Issue
mat-tree more text border line missing how to fix this https://stackblitz.com/edit/material-tree-nested-c6ydkc?file=app%2Fapp.component.ts
Solution
This seems to fix the button alignment problem!
.alignment-fix {
.mat-tree-node {
display: flex !important;
align-items: end !important;
}
}
Answered By - Naren Murali
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.