mirror of
https://github.com/fosrl/pangolin.git
synced 2026-06-10 17:43:15 +00:00
💄 Break all text
This commit is contained in:
@@ -110,6 +110,7 @@ export function ColumnFilterButton({
|
||||
);
|
||||
setOpen(false);
|
||||
}}
|
||||
className="break-all"
|
||||
>
|
||||
<CheckIcon
|
||||
className={cn(
|
||||
|
||||
@@ -130,6 +130,7 @@ export function ColumnMultiFilterButton({
|
||||
onSelect={() => {
|
||||
toggle(option.value);
|
||||
}}
|
||||
className="break-all"
|
||||
>
|
||||
<Checkbox
|
||||
className="pointer-events-none shrink-0"
|
||||
|
||||
Reference in New Issue
Block a user