Skip to content

Commit 5121695

Browse files
committed
Resotred the actual fix
1 parent 5daef5c commit 5121695

File tree

1 file changed

+1
-1
lines changed
  • packages/dataviews/src/dataviews-layouts/table

1 file changed

+1
-1
lines changed

packages/dataviews/src/dataviews-layouts/table/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
td,
1717
th {
1818
padding: $grid-unit-15;
19-
white-space: nowrap;
19+
max-width: 60ch;
2020

2121
&.dataviews-view-table__actions-column {
2222
text-align: right;

0 commit comments

Comments
 (0)