From c981656169ed68154798cbd10492be674ba46ed6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 17 Sep 2025 17:07:04 +0200 Subject: ✨ document type field - use select2 widget MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scss') diff --git a/scss/custom.scss b/scss/custom.scss index 5b1aba8f8..88cff1548 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -222,6 +222,10 @@ pre { width: 470px; } +#modal-advanced-search .modal-dialog .select2-selection{ + width: 100%; +} + .modal-dialog #qa-action{ .select2-selection{ width: auto; -- cgit v1.2.3