File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed
Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 185185 }
186186
187187 th {
188- white-space : nowrap ;
189188 overflow : hidden ;
190189 user-select : none ;
191190 background-color : $--table-header-background-color ;
192191
193- div {
192+ > .cell {
194193 display : inline-block ;
195- padding-left : 10px ;
196- padding-right : 10px ;
197- line-height : 40px ;
198194 box-sizing : border-box ;
199- overflow : hidden ;
200- white-space : nowrap ;
201- text-overflow : ellipsis ;
202- }
203-
204- > .cell {
205195 position : relative ;
206196 word-wrap : normal ;
207197 text-overflow : ellipsis ;
208- display : inline-block ;
209198 vertical-align : middle ;
199+ white-space : nowrap ;
200+ padding-left : 10px ;
201+ padding-right : 10px ;
202+ line-height : 40px ;
210203 width : 100% ;
211- box-sizing : border-box ;
212204
213205 & .highlight {
214206 color : $--color-primary ;
You can’t perform that action at this time.
0 commit comments