https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31221 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #9 from Owen Leonard <oleonard@myacpl.org> --- I think adding "flex-wrap: wrap" to the pagination links is the correct solution, but I think it should be applied more broadly. I would put it in opac.scss at line 1420: .pagination { flex-wrap: wrap; margin: 0; } } The number of pagination links depends entirely on the number of search results, so we can't assume that they'll overflow at any particular browser width. The wrapping pagination links aren't as clean-looking, but it's a better option than the horizontal scroll. Also: Please be careful about your indentation in patches: We use 4 spaces, not tab characters. -- You are receiving this mail because: You are watching all bug changes.