Skip to content

Commit 4a9f426

Browse files
authored
Merge pull request #3623 from projectblacklight/3622-add-margin-bottom-back-to-pagination-search-widgets-and-sort-pagination
Add margin bottom Bootstrap class to Search/Paginate
2 parents 03ecdaf + 50558c1 commit 4a9f426

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/blacklight/document/page_header_component.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>

0 commit comments

Comments
 (0)