💄 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); setOpen(false);
}} }}
className="break-all"
> >
<CheckIcon <CheckIcon
className={cn( className={cn(

View File

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