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

Owen Leonard <[email protected]> changed:

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

--- Comment #9 from Owen Leonard <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to