Skip to content

Commit

Permalink
Remove unused bootstrap 3 class
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Oct 11, 2023
1 parent 48d8a70 commit fd85985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/catalog/_advanced_search_form.html.erb
@@ -1,6 +1,6 @@
<%= render(Blacklight::AdvancedSearchFormComponent.new(
url: search_action_url,
classes: ['advanced', 'form-horizontal'],
classes: ['advanced'],
params: search_state.params_for_search.except(:qt),
response: @response
)) %>

0 comments on commit fd85985

Please sign in to comment.