Skip to content

Commit

Permalink
refactor(treeview): use flex properties over explicit dimensions (#9141)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
emyarod and kodiakhq[bot] committed Jul 9, 2021
1 parent fb96217 commit adf9d28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/components/src/components/treeview/_treeview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@
}

.#{$prefix}--tree-node__icon {
min-width: 1rem;
min-height: 1rem;
flex-shrink: 0;
margin-right: $spacing-03;
fill: $icon-02;
}
Expand Down

0 comments on commit adf9d28

Please sign in to comment.