Skip to content

Commit

Permalink
🐛 Search bar padding only at smallest breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sjproctor committed Jan 30, 2025
1 parent 10921b2 commit 2645c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/_search_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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' %>
<div class="form-group row pt-4">
<div class="form-group row pt-4 pt-sm-0">
<label class="col-sm-3 mb-0" for="search-field-header">
<%= t("hyrax.search.form.q.label", application_name: application_name) %>
Expand Down

0 comments on commit 2645c31

Please sign in to comment.