Skip to content

Commit 2486b12

Browse files
committed
chore(ui): update table style
1 parent c40f68a commit 2486b12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/ui/src/styles/components/table.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ $table-filter-option-height: 32px;
180180

181181
display: flex;
182182
align-items: center;
183+
white-space: nowrap;
183184

184185
@at-root {
185186
th #{$selector} {
@@ -190,6 +191,7 @@ $table-filter-option-height: 32px;
190191

191192
@include e(cell-text) {
192193
overflow-wrap: break-word;
194+
white-space: normal;
193195
}
194196

195197
@include e(th-actions) {

0 commit comments

Comments
 (0)