]> git.openstreetmap.org Git - rails.git/blobdiff - lib/classic_pagination/pagination_helper.rb
Adjust sizes of changeset element headers/pagination
[rails.git] / lib / classic_pagination / pagination_helper.rb
index 4c233e0b5a70d171440d02f2d9c66949c83a2244..3ff7fbf4e24bbc5f167a4b471082f8d43ba527cc 100644 (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))