Skip to content

Commit 01b35da

Browse files
committed
fix: remove line breaks on scrollable table headers
1 parent cfafa20 commit 01b35da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/table/src/styles/index.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
position: sticky;
2121
top: 0;
2222
background-color: get-color(neutral-0);
23+
white-space: nowrap;
2324
}
2425

2526
thead th:first-child {

0 commit comments

Comments
 (0)