Skip to content

Commit

Permalink
Merge pull request #3776 from IgniteUI/resizable-chip
Browse files Browse the repository at this point in the history
fix(chip): chip won't resize
  • Loading branch information
kdinev authored Jan 31, 2019
2 parents b07490b + 6d998e1 commit 300c0a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@
display: flex;
align-items: center;
justify-content: center;
flex: 1 1 auto;
height: map-get($chip-height, 'comfortable');
padding: 0 rem(4px);
color: --var($theme, 'text-color');
Expand Down

0 comments on commit 300c0a6

Please sign in to comment.