Bugzilla – Attachment 184482 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), 1019 bytes, created by
Owen Leonard
on 2025-07-22 13:20:51 UTC
(
hide
)
Description:
Bug 40335: (follow-up) Fix style of Select2 in sidebar
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-07-22 13:20:51 UTC
Size:
1019 bytes
patch
obsolete
>From 4d9a585a82dcceeeb70e583ff9cb3ea545055f80 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. >--- > 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