Make item tree header height adjust based on font size

This commit is contained in:
Adomas Venčkauskas 2021-04-21 14:00:27 +03:00 committed by Dan Stillman
parent 277503f879
commit 36ed9d302b
3 changed files with 1 additions and 3 deletions

View file

@ -134,7 +134,7 @@
width: calc(100% - 11px);
border-bottom: 1px solid #ccc;
background: #f6f6f6;
height: 14px;
height: 2em;
overflow: hidden;
border-inline-end: 1px solid #ddd;

View file

@ -10,7 +10,6 @@
}
}
.virtualized-table-header {
height: 28px;
background-image: linear-gradient(#fff, #fafafa);
&.dragging {

View file

@ -32,7 +32,6 @@
}
.virtualized-table-header {
height: 24px;
background: #fff;
.cell {