From 612ea945b494f1f800337e78908e1aca2cd2dadd Mon Sep 17 00:00:00 2001 From: osiris-plus <65327967+osiris-plus@users.noreply.github.com> Date: Sat, 21 Feb 2026 15:22:32 +0300 Subject: [PATCH] Fixed overflowing text in a cell drawing over the adjacent cell (#1654) --- src/components/ui/table/TableCell.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/table/TableCell.vue b/src/components/ui/table/TableCell.vue index 4d8d121b..34045d45 100644 --- a/src/components/ui/table/TableCell.vue +++ b/src/components/ui/table/TableCell.vue @@ -11,7 +11,7 @@ data-slot="table-cell" :class=" cn( - 'p-2 align-middle whitespace-nowrap in-[.is-compact-table]:py-1! in-[.is-comfortable-table]:py-1.5! [&:has([role=checkbox])]:pr-0 *:[[role=checkbox]]:translate-y-0.5', + 'p-2 align-middle whitespace-nowrap truncate in-[.is-compact-table]:py-1! in-[.is-comfortable-table]:py-1.5! [&:has([role=checkbox])]:pr-0 *:[[role=checkbox]]:translate-y-0.5', props.class ) ">