From 2645c3155c721f527bee2768c43772b5a29c1a84 Mon Sep 17 00:00:00 2001 From: Sarah Proctor Date: Thu, 30 Jan 2025 14:52:19 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Search=20bar=20padding=20only=20?= =?UTF-8?q?at=20smallest=20breakpoint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref: - https://github.com/notch8/palni_palci_knapsack/issues/142 --- app/views/catalog/_search_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/catalog/_search_form.html.erb b/app/views/catalog/_search_form.html.erb index 9ec511c37..8a93c49ab 100644 --- a/app/views/catalog/_search_form.html.erb +++ b/app/views/catalog/_search_form.html.erb @@ -2,7 +2,7 @@ <%= form_tag search_form_action, method: :get, class: "search-form", id: "search-form-header", role: "search" do %> <%= render Blacklight::HiddenSearchStateComponent.new(params: search_state.params_for_search.except(:q, :search_field, :qt, :page, :utf8)) %> <%= hidden_field_tag :search_field, 'all_fields' %> -
+