HTML Tree: Fix column separators misaligned at startup. Closes #2153

This commit is contained in:
Adomas Venčkauskas 2021-08-24 12:42:57 +03:00
parent d4e3a437fd
commit 6010390525
3 changed files with 14 additions and 8 deletions

View file

@ -38,6 +38,10 @@
cursor: col-resize;
}
}
.cell:first-child {
padding-inline-start: 6px;
}
.cell {
min-width: 30px;
@ -142,7 +146,6 @@
height: 1.8em;
overflow: hidden;
border-inline-end: 1px solid #ddd;
padding-inline-start: 6px;
&.static-columns {
pointer-events: none;
@ -212,10 +215,6 @@
max-width: 100%;
overflow: auto;
.row {
padding-inline-start: 6px;
}
.cell {
padding: 2px 5px;
text-overflow: ellipsis;