Skip to content

Commit

Permalink
fix: updating coral tag label to word wrap (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreeSub authored Jun 10, 2021
1 parent d923840 commit e0e9377
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions coral-component-taglist/src/styles/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
margin: calc(var(--spectrum-medium-taggroup-tag-gap-x) / 2);
}

._coral-Tags-itemLabel {
white-space: normal;
}

@require 'light';
@require 'lightest';
@require 'dark';
Expand Down

0 comments on commit e0e9377

Please sign in to comment.