From 2f349e0138d61ab698459fa956345277c5193471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 9 Aug 2023 14:33:27 +0200 Subject: [PATCH] fix: Force auto width MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/views/CreateNewCardCustomPicker.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/CreateNewCardCustomPicker.vue b/src/views/CreateNewCardCustomPicker.vue index fc1170d25..f82657343 100644 --- a/src/views/CreateNewCardCustomPicker.vue +++ b/src/views/CreateNewCardCustomPicker.vue @@ -331,7 +331,7 @@ h2 { } .multiselect { - min-width: auto; + min-width: auto !important; } .empty-content {