File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/blacklight/document Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def pagination_container_classes
4040 end
4141
4242 def header_container_classes
43- has_header_tools? ? 'row pagination-search-widgets pb-3' : 'pagination-search-widgets pb-3'
43+ has_header_tools? ? 'row pagination-search-widgets pb-3 mb-3 ' : 'pagination-search-widgets pb-3 mb -3'
4444 end
4545
4646 def header_actions
Original file line number Diff line number Diff line change 1- < div id ="sortAndPerPage " class ="sort-pagination pb-3 d-md-flex justify-content-between " role ="navigation " aria-label ="<%= t ( 'blacklight.search.per_page.aria_label' ) %> ">
1+ < div id ="sortAndPerPage " class ="sort-pagination pb-3 mb-3 d-md-flex justify-content-between " role ="navigation " aria-label ="<%= t ( 'blacklight.search.per_page.aria_label' ) %> ">
22 <%= render partial : "paginate_compact" , object : @response if show_pagination? %>
33 <%= render_results_collection_tools wrapping_class : "search-widgets" %>
44</ div >
You can’t perform that action at this time.
0 commit comments