Skip to content

Commit da44bbd

Browse files
committed
fix(chip): add overflow to support font icons
Closes #1432
1 parent b305882 commit da44bbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/chip/src/_mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
@include rmd-transition(standard);
171171

172172
max-width: 0;
173+
overflow: hidden;
173174
transition: max-width $rmd-transition-standard-time;
174175

175176
&--visible {

0 commit comments

Comments
 (0)