Bugzilla – Attachment 145185 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]
Bug 31221: (fix) Adding "flex-wrap: wrap" to the pagination links in opac.scss
Bug-31221-fix-Adding-flex-wrap-wrap-to-the-paginat.patch (text/plain), 1.29 KB, created by
Owen Leonard
on 2023-01-10 13:52:57 UTC
(
hide
)
Description:
Bug 31221: (fix) Adding "flex-wrap: wrap" to the pagination links in opac.scss
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-01-10 13:52:57 UTC
Size:
1.29 KB
patch
obsolete
>From 6b0c10093a30c5c6b689e0def7588e58d9ad3217 Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Tue, 10 Jan 2023 13:36:20 +0000 >Subject: [PATCH] Bug 31221: (fix) Adding "flex-wrap: wrap" to the pagination > links in opac.scss > >--- > koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss | 7 ------- > koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 1 + > 2 files changed, 1 insertion(+), 7 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >index 779e9947ad..58c80143af 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/_responsive.scss >@@ -586,10 +586,3 @@ > display: none; > } > } >- >-@media (max-width: 608px) { >- #top-pages > .pagination > .pagination, >- #bottom-pages > .pagination > .pagination { >- flex-wrap: wrap; >- } >-} >\ No newline at end of file >diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >index 8af3afa2ed..8ca5672e90 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >+++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss >@@ -1419,6 +1419,7 @@ nav { > > .pagination { > margin: 0; >+ flex-wrap: wrap; > } > } > >-- >2.20.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