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