diff --git a/controlplane/admin/ui/src/components/ui/table.tsx b/controlplane/admin/ui/src/components/ui/table.tsx index 18faceda..7aac618c 100644 --- a/controlplane/admin/ui/src/components/ui/table.tsx +++ b/controlplane/admin/ui/src/components/ui/table.tsx @@ -40,7 +40,7 @@ const TableHead = React.forwardRef>( ({ className, ...props }, ref) => ( - + // whitespace-nowrap: cell content (UUIDs, hostnames, timestamps) must never + // wrap and grow the row — the Table wrapper is overflow-auto, so wide + // content horizontal-scrolls instead. Override per-cell via className when + // a column genuinely needs to wrap. + ), ); TableCell.displayName = "TableCell";