Skip to content

Commit

Permalink
fix(tree): prevent label icon to be shrink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarin-Udompanish committed Dec 16, 2021
1 parent 332583f commit b2f68b7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
flex: none;
}

[part=label-icon] {
flex-shrink: 0;
}

[part=label] {
width: 100%;
padding: 4px extract(@input-padding, 2);
Expand Down

0 comments on commit b2f68b7

Please sign in to comment.