Skip to content

Commit 0130a55

Browse files
committed
fix: prevent word wrap in tree
1 parent 0f51904 commit 0130a55

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
mat-tree-node {
2+
white-space: nowrap;
3+
overflow: hidden;
4+
text-overflow: ellipsis;
5+
}

0 commit comments

Comments
 (0)