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 {
|
.cell {
|
||||||
padding: 0 5px;
|
padding: 0 8px;
|
||||||
min-width: 30px;
|
min-width: 30px;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -290,14 +290,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
margin-inline-start: 5px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
&:first-child .label {
|
|
||||||
margin-inline-start: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.cell-icon {
|
&.cell-icon {
|
||||||
> .label {
|
> .label {
|
||||||
|
|
Loading…
Reference in a new issue