Ensure column text lines up with column header

This commit is contained in:
Tom Najdek 2023-12-18 12:35:55 +01:00 committed by Dan Stillman
parent c40807909d
commit 472593c400

View file

@ -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 {