From 6cacc9b83f55951b64521c8940f29dc15a97b382 Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Tue, 19 May 2026 22:52:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20limit=20tag=20width?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/multi-select/multi-select-tag-input.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/multi-select/multi-select-tag-input.tsx b/src/components/multi-select/multi-select-tag-input.tsx index 372c9a767..9791ccb94 100644 --- a/src/components/multi-select/multi-select-tag-input.tsx +++ b/src/components/multi-select/multi-select-tag-input.tsx @@ -61,7 +61,9 @@ export function MultiSelectTagInput({ )} onClick={(e) => e.stopPropagation()} > - {option.text} + + {option.text} +