💄 Break all text

This commit is contained in:
Fred KISSIE
2026-06-05 19:59:28 +02:00
parent eb03fb7060
commit a4548fd874
2 changed files with 2 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ export function ColumnFilterButton({
);
setOpen(false);
}}
className="break-all"
>
<CheckIcon
className={cn(

View File

@@ -130,6 +130,7 @@ export function ColumnMultiFilterButton({
onSelect={() => {
toggle(option.value);
}}
className="break-all"
>
<Checkbox
className="pointer-events-none shrink-0"