We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea15991 commit b4f8645Copy full SHA for b4f8645
packages/theme-chalk/src/table.scss
@@ -185,30 +185,18 @@
185
}
186
187
th {
188
- white-space: nowrap;
189
overflow: hidden;
190
user-select: none;
191
background-color: $--table-header-background-color;
192
193
- div {
+ > .cell {
194
display: inline-block;
195
- padding-left: 10px;
196
- padding-right: 10px;
197
- line-height: 40px;
198
box-sizing: border-box;
199
- overflow: hidden;
200
201
- text-overflow: ellipsis;
202
- }
203
-
204
- > .cell {
205
position: relative;
206
- word-wrap: normal;
207
208
- display: inline-block;
209
vertical-align: middle;
+ padding-left: 10px;
+ padding-right: 10px;
210
width: 100%;
211
- box-sizing: border-box;
212
213
&.highlight {
214
color: $--color-primary;
0 commit comments