Fix file tree node padding

This commit is contained in:
2024-06-29 08:37:15 +09:30
parent 1da29178a8
commit 3606c360b4
2 changed files with 12 additions and 8 deletions

View File

@@ -12,3 +12,7 @@
.mat-tree {
background-color: transparent;
}
.mat-tree-node {
cursor: pointer;
}