We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40f68a commit 2486b12Copy full SHA for 2486b12
1 file changed
packages/ui/src/styles/components/table.scss
@@ -180,6 +180,7 @@ $table-filter-option-height: 32px;
180
181
display: flex;
182
align-items: center;
183
+ white-space: nowrap;
184
185
@at-root {
186
th #{$selector} {
@@ -190,6 +191,7 @@ $table-filter-option-height: 32px;
190
191
192
@include e(cell-text) {
193
overflow-wrap: break-word;
194
+ white-space: normal;
195
}
196
197
@include e(th-actions) {
0 commit comments