Fixed #2011 - Tree node toggler button is shrunk until not visible if label starts to not fit the node

pull/2015/head
Tuğçe Küçükoğlu 2022-01-18 10:41:45 +03:00 committed by Tuğçe Küçükoğlu
parent c4b3d94ac9
commit fc6718596c
1 changed files with 1 additions and 0 deletions

View File

@ -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 {