From 7a1727d273b72ed6ca1767e4130b1c6f20c83004 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Wed, 7 Feb 2024 15:50:22 +0100 Subject: [PATCH] fix select2-container width --- public/assets/css/thetool.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/assets/css/thetool.css b/public/assets/css/thetool.css index 7e8a5643b..f801ca836 100644 --- a/public/assets/css/thetool.css +++ b/public/assets/css/thetool.css @@ -753,3 +753,8 @@ td.controls { padding-bottom: 1px; border-radius: 4px; } + +.select2-container { + width: 100% !important; + max-width: 100% !important; +}