Ensure column text lines up with column header
This commit is contained in:
parent
c40807909d
commit
472593c400
1 changed files with 1 additions and 5 deletions
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
|
||||
.cell {
|
||||
padding: 0 5px;
|
||||
padding: 0 8px;
|
||||
min-width: 30px;
|
||||
cursor: default;
|
||||
white-space: nowrap;
|
||||
|
@ -290,14 +290,10 @@
|
|||
}
|
||||
|
||||
.label {
|
||||
margin-inline-start: 5px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
flex: 1;
|
||||
}
|
||||
&:first-child .label {
|
||||
margin-inline-start: 4px;
|
||||
}
|
||||
|
||||
&.cell-icon {
|
||||
> .label {
|
||||
|
|
Loading…
Reference in a new issue