@@ -185,30 +185,18 @@
}
th {
- white-space: nowrap;
overflow: hidden;
user-select: none;
background-color: $--table-header-background-color;
- div {
+ > .cell {
display: inline-block;
- padding-left: 10px;
- padding-right: 10px;
- line-height: 40px;
box-sizing: border-box;
- overflow: hidden;
- text-overflow: ellipsis;
- }
-
- > .cell {
position: relative;
- word-wrap: normal;
- display: inline-block;
vertical-align: middle;
+ padding-left: 10px;
+ padding-right: 10px;
width: 100%;
- box-sizing: border-box;
&.highlight {
color: $--color-primary;