[Koha-bugs] [Bug 31221] Buttons overflow in OPAC search results in mobile view

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 9 13:36:39 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31221

Owen Leonard <oleonard at myacpl.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #9 from Owen Leonard <oleonard at 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.


More information about the Koha-bugs mailing list