Bugzilla – Attachment 187649 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.28 KB, created by
Jonathan Druart
on 2025-10-09 10:33:32 UTC
(
hide
)
Description:
Bug 40931: (bug 39533 follow-up) More specific max-width CSS rule to prevent side-effects
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-10-09 10:33:32 UTC
Size:
1.28 KB
patch
obsolete
>From 0ada7223921b7d1fd75730a38770c4deacd341d3 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 >--- > 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 8733a8b5913..941e18df543 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.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 40931
:
187221
|
187454
|
187551
|
187649
|
187708
|
188025