Skip to content

Commit ecc6e9c

Browse files
committed
wip: truncate table columns
1 parent 938e2cf commit ecc6e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptionless.Web/ClientApp/src/lib/features/shared/components/data-table/data-table-body.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
return;
2929
}
3030
31-
return 'cursor-pointer hover';
31+
return 'cursor-pointer hover truncate max-w-sm';
3232
}
3333
3434
function onCellClick(cell: Cell<TData, unknown>): void {

0 commit comments

Comments
 (0)