Fixed #395 - Alignment issue on tree
parent
d965aa02e7
commit
84af612211
|
@ -311,6 +311,11 @@ export default {
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
.p-treenode-content {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.p-tree-filter {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue