Make item tree header height adjust based on font size
This commit is contained in:
parent
277503f879
commit
36ed9d302b
3 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
}
|
||||
}
|
||||
.virtualized-table-header {
|
||||
height: 28px;
|
||||
background-image: linear-gradient(#fff, #fafafa);
|
||||
|
||||
&.dragging {
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
}
|
||||
|
||||
.virtualized-table-header {
|
||||
height: 24px;
|
||||
background: #fff;
|
||||
|
||||
.cell {
|
||||
|
|
Loading…
Reference in a new issue