Merge pull request #3928 from meichthys/auto-flex-note-title

Auto flex note title in tree
This commit is contained in:
zadam 2023-05-13 15:42:12 +02:00 committed by GitHub
commit 0518cdbe8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ span.fancytree-node.fancytree-hide {
} }
.fancytree-title { .fancytree-title {
flex: auto;
margin-left: 7px; margin-left: 7px;
outline: none; outline: none;
position: relative; position: relative;