Bugzilla – Attachment 144198 Details for
Bug 31221
Buttons overflow in OPAC search results in mobile view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix overflowing pagination in OPAC
Fix-overflowing-pagination-in-OPAC.patch (text/plain), 903 bytes, created by
Hammat wele
on 2022-11-23 11:42:07 UTC
(
hide
)
Description:
Fix overflowing pagination in OPAC
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2022-11-23 11:42:07 UTC
Size:
903 bytes
patch
obsolete
>From 086ad774a4985fd9cde58e7ba0fab183ede0e87c Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Tue, 22 Nov 2022 23:31:26 +0000 >Subject: [PATCH] Fix overflowing pagination in OPAC > >https://bugs.koha-community.org/show_bug.cgi?id=31221 >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >index 58c80143af..2f2b54d5ac 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >@@ -586,3 +586,10 @@ > display: none; > } > } >+ >+@media (max-width: 608px) { >+ #top-pages > .pagination > .pagination, >+ #bottom-pages > .pagination > .pagination { >+ flex-wrap: wrap; >+ } >+} >\ No newline at end of file >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31221
:
144198
|
144205
|
144431
|
144577
|
144624
|
145174
|
145185
|
147233