Merge remote-tracking branch 'upstream/pull/5211'

This commit is contained in:
Tom Hughes 2024-09-14 10:55:50 +01:00
commit 25dbc4d43e

View file

@ -86,7 +86,7 @@ module BrowseHelper
max_width_for_default_padding = 35
width = 0
pagination_items(pages, {}).each do |body|
pagination_items(pages, {}).each do |(body)|
width += 2 # padding width
width += body.length
end