Fixed #2011 - Tree node toggler button is shrunk until not visible if label starts to not fit the node
parent
c4b3d94ac9
commit
fc6718596c
|
@ -318,6 +318,7 @@ export default {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-treenode-leaf > .p-treenode-content .p-tree-toggler {
|
.p-treenode-leaf > .p-treenode-content .p-tree-toggler {
|
||||||
|
|
Loading…
Reference in New Issue