Adjust sizes of changeset element headers/pagination

This commit is contained in:
Anton Khorev 2023-10-03 06:07:34 +03:00
parent 13823c988f
commit d104736809
2 changed files with 4 additions and 6 deletions

View file

@ -148,7 +148,7 @@ module ActionView
html = ""
html << "<ul class='pagination pagination-sm'>"
html << "<ul class='pagination pagination-sm mb-1'>"
if always_show_anchors && !(wp_first = window_pages[0]).first?
html << bootstrap_page_item_link(first.number.to_s, yield(first.number))