I am trying to work with angular and material components. And I have two questions:
1) How to reduce nested node depth(left offset) ? Please, see screenshot
2) I apply next style for change max-height:
.mat-tree-node {
min-height: 25px;
max-height: 25px;
}
And now when I press to expand button, gray circle is drawn incorrectly. How can i fix it(change it radius)? Please, see screenshot