fix: q-tree line

This commit is contained in:
puriphatt 2024-07-25 02:47:58 +00:00
parent fac28cfc67
commit ecfee8b814

View file

@ -128,3 +128,8 @@ div.fullscreen.q-drawer__backdrop {
.q-tree__node-header {
padding-left: 0px !important;
}
.q-tree__node.relative-position.q-tree__node--child:not(:first-child)
.q-tree__node-header:before {
top: -32px !important;
}