Bugzilla – Attachment 186991 Details for
Bug 40335
Holds queue does not allow multiselect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40335: (follow-up) Fix style of Select2 in sidebar
Bug-40335-follow-up-Fix-style-of-Select2-in-sideba.patch (text/plain), 1.06 KB, created by
Laura Escamilla
on 2025-09-26 16:39:55 UTC
(
hide
)
Description:
Bug 40335: (follow-up) Fix style of Select2 in sidebar
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2025-09-26 16:39:55 UTC
Size:
1.06 KB
patch
obsolete
>From 2f08758cd18b0220370caa76d97d6ea37b52e70d Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 22 Jul 2025 13:14:00 +0000 >Subject: [PATCH] Bug 40335: (follow-up) Fix style of Select2 in sidebar > >This patch adjusts the style of the Select2 field in the sidebar. It >should have 100% width and the selections should word-wrap. > >Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/css/select2.css | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/select2.css b/koha-tmpl/intranet-tmpl/prog/css/select2.css >index 8733a8b591..d83b26f905 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/select2.css >+++ b/koha-tmpl/intranet-tmpl/prog/css/select2.css >@@ -55,6 +55,14 @@ > max-width: 60%; > } > >+aside .select2.select2-container.select2-container--default { >+ max-width: unset; >+} >+ >+aside .select2-container .select2-selection--multiple .select2-selection__rendered { >+ white-space: wrap; >+} >+ > fieldset.rows .select2 li { > clear: none; > width: unset; >-- >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 40335
:
183908
|
183909
|
183911
|
183912
|
183913
|
184460
|
184480
|
184481
|
184482
|
186904
|
186905
|
186906
|
186988
|
186989
| 186991