Skip to content

Commit

Permalink
fix(chip): add overflow to support font icons
Browse files Browse the repository at this point in the history
Closes #1432
  • Loading branch information
mlaursen committed Dec 11, 2023
1 parent b305882 commit da44bbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/chip/src/_mixins.scss
Expand Up @@ -170,6 +170,7 @@
@include rmd-transition(standard);

max-width: 0;
overflow: hidden;
transition: max-width $rmd-transition-standard-time;

&--visible {
Expand Down

0 comments on commit da44bbd

Please sign in to comment.