Bugzilla – Attachment 188025 Details for
Bug 40931
Hold pickup location drop-down boxes not wide enough when placing multiple holds at the same time.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40931: (bug 39533 follow-up) More specific max-width CSS rule to prevent side-effects
Bug-40931-bug-39533-follow-up-More-specific-max-wi.patch (text/plain), 1.39 KB, created by
Nick Clemens (kidclamp)
on 2025-10-16 18:19:42 UTC
(
hide
)
Description:
Bug 40931: (bug 39533 follow-up) More specific max-width CSS rule to prevent side-effects
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-10-16 18:19:42 UTC
Size:
1.39 KB
patch
obsolete
>From 61f682493daeac896403aabfd507b073250e0b1f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 9 Oct 2025 12:31:29 +0200 >Subject: [PATCH] Bug 40931: (bug 39533 follow-up) More specific max-width CSS > rule to prevent side-effects > >The changes made on bug 39533 for the export page have affected other >instance of select2. >eg. on the "place holds" view the select2 elements are too narrow. > >This patch suggests to reduce the elements on which the CSS rule >'max-width: 60%' is applied. > >Test plan: >Confirm that this patch does not affect the display of the select2 >elements on the export and item edition pages. > >Confirm that the pickup locations are wider (and their values are >displayed) when placing multi holds > >Signed-off-by: CJ Lynce <cj.lynce@westlakelibrary.org> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/css/select2.css | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/select2.css b/koha-tmpl/intranet-tmpl/prog/css/select2.css >index d83b26f905f..faa0f0d89bb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/select2.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/select2.css >@@ -52,6 +52,9 @@ > > .select2.select2-container.select2-container--default { > flex-grow: 1; >+} >+ >+fieldset.rows li .select2.select2-container.select2-container--default { > max-width: 60%; > } > >-- >2.39.5
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 40931
:
187221
|
187454
|
187551
|
187649
|
187708
| 188025