Commit 5480fb1d authored by hetech's avatar hetech Committed by GitHub

Table: update table header cell style (#17284)

parent 3807b54a
...@@ -185,30 +185,18 @@ ...@@ -185,30 +185,18 @@
} }
th { th {
white-space: nowrap;
overflow: hidden; overflow: hidden;
user-select: none; user-select: none;
background-color: $--table-header-background-color; background-color: $--table-header-background-color;
div { > .cell {
display: inline-block; display: inline-block;
padding-left: 10px;
padding-right: 10px;
line-height: 40px;
box-sizing: border-box; box-sizing: border-box;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
> .cell {
position: relative; position: relative;
word-wrap: normal;
text-overflow: ellipsis;
display: inline-block;
vertical-align: middle; vertical-align: middle;
padding-left: 10px;
padding-right: 10px;
width: 100%; width: 100%;
box-sizing: border-box;
&.highlight { &.highlight {
color: $--color-primary; color: $--color-primary;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment