From 8321bd38dbcf03e25e7e14b9556d307f17f2eb96 Mon Sep 17 00:00:00 2001 From: Favour Olayinka Date: Sat, 3 Feb 2024 17:14:45 +0100 Subject: [PATCH] fix: multi select width bug (#303) * fix: multi select width bug * style: truncate multi-select values text --------- Co-authored-by: Julien Nahum --- client/components/forms/SelectInput.vue | 13 ++++++++----- client/components/forms/components/VSelect.vue | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/client/components/forms/SelectInput.vue b/client/components/forms/SelectInput.vue index 521f83e..e5cf34a 100644 --- a/client/components/forms/SelectInput.vue +++ b/client/components/forms/SelectInput.vue @@ -5,7 +5,6 @@ -