💄 limit tag width

This commit is contained in:
Fred KISSIE
2026-05-19 22:52:44 +02:00
parent 1f1791feb7
commit 6cacc9b83f

View File

@@ -61,7 +61,9 @@ export function MultiSelectTagInput<T extends TagValue>({
)}
onClick={(e) => e.stopPropagation()}
>
{option.text}
<span className="max-w-40 text-ellipsis overflow-hidden">
{option.text}
</span>
<button
className="p-0.5 flex-none cursor-pointer"
type="button"