Fixed #395 - Alignment issue on tree

pull/411/head
cagataycivici 2020-07-18 14:04:15 +03:00
parent d965aa02e7
commit 84af612211
1 changed files with 5 additions and 0 deletions

View File

@ -311,6 +311,11 @@ export default {
visibility: hidden; visibility: hidden;
} }
.p-treenode-content {
display: flex;
align-items: center;
}
.p-tree-filter { .p-tree-filter {
width: 100%; width: 100%;
} }