Skip to content

Commit

Permalink
Fix reflow issue (#5589)
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 authored Jan 22, 2025
1 parent b661959 commit bd405df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/Button/Button.features.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const TrailingCounterAllVariants = () => {
}
return (
<>
<div style={{display: 'flex', flexDirection: 'row', gap: '1rem'}}>
<Stack gap="normal" wrap="wrap" direction="horizontal">
<Button onClick={onClick} count={count}>
Watch
</Button>
Expand All @@ -96,7 +96,7 @@ export const TrailingCounterAllVariants = () => {
<Button onClick={onClick} variant="invisible" disabled count={count}>
Watch
</Button>
</div>
</Stack>
<AccessibilityNote />
<p>In these examples, a live region has been implemented to communicate the change.</p>
</>
Expand Down

0 comments on commit bd405df

Please sign in to comment.