From e770f10f2b1325e9878dbe0538e262e12070b380 Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 6 Mar 2024 13:48:13 +1100 Subject: [PATCH] Tomselect has minimum width --- app/webpacker/css/admin_v3/components/tom_select.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/webpacker/css/admin_v3/components/tom_select.scss b/app/webpacker/css/admin_v3/components/tom_select.scss index c616e8d5f4..4cf8c07070 100644 --- a/app/webpacker/css/admin_v3/components/tom_select.scss +++ b/app/webpacker/css/admin_v3/components/tom_select.scss @@ -42,6 +42,9 @@ background: none; border: none; box-shadow: none; + + min-width: 10em; // Ensure content doesn't wrap too much + // We could consider always stretching to fit with width: max-content; } .ts-dropdown-content {