Skip to content

Commit

Permalink
fix(tree): fix mat-tree paddings (#10349)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinayuangao authored and mmalerba committed Mar 12, 2018
1 parent 6f63fd2 commit d065aea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/tree/tree.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
$mat-node-height: 48px;
$mat-node-horizontal-padding: 24px;

.mat-tree {
display: block;
Expand All @@ -9,7 +8,6 @@ $mat-node-horizontal-padding: 24px;
display: flex;
align-items: center;
min-height: $mat-node-height;
padding: 0 $mat-node-horizontal-padding;
flex: 1;
overflow: hidden;
word-wrap: break-word;
Expand Down

0 comments on commit d065aea

Please sign in to comment.