Skip to content

Commit

Permalink
Fixing Tags so they properly truncate if wider than the container (ad…
Browse files Browse the repository at this point in the history
…obe#6966)

* Fixing Tags so they properly truncate if wider than the container

* revert story change
  • Loading branch information
LFDanLu committed Aug 29, 2024
1 parent 591e672 commit f365691
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/@react-spectrum/s2/src/TagGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@ function ActionGroup(props) {
const tagStyles = style({
...focusRing(),
display: 'inline-flex',
boxSizing: 'border-box',
maxWidth: 'full',
verticalAlign: 'middle',
alignItems: 'center',
justifyContent: 'center',
Expand Down

0 comments on commit f365691

Please sign in to comment.