Skip to content

Commit ead4f86

Browse files
committed
Avoid line wraps in table to make row height stable when resizing the window and expanding nodes
1 parent 1be2ab9 commit ead4f86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/resources/table.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ table.dataframe th {
5656

5757
table.dataframe td {
5858
vertical-align: top;
59+
white-space: nowrap;
5960
}
6061

6162
table.dataframe th.bottomBorder {

0 commit comments

Comments
 (0)