From 5ec7a49c8698d422816755aa5bb8daae36db2b00 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 18 Aug 2020 07:47:45 +0000 Subject: [PATCH] Bug 25727: Do not wrap option text --- koha-tmpl/intranet-tmpl/prog/css/select2.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/css/select2.css b/koha-tmpl/intranet-tmpl/prog/css/select2.css index a6d22c2913..124ef6b71b 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/select2.css +++ b/koha-tmpl/intranet-tmpl/prog/css/select2.css @@ -7,3 +7,7 @@ .select2-container .select2-selection--single.important_subfield_not_filled { background-color: #FFFF99; } + +li.select2-results__option { + white-space: nowrap; +} -- 2.20.1