Skip to content

Commit

Permalink
add small style fix for centering in chromium browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwinter07 committed Mar 12, 2024
1 parent 859a7dc commit e302dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/Icon/_docs/icon.stories.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

display: inline-flex;
flex-direction: column;
align-items: center;
gap: var(--spacing-8);
padding: var(--spacing-16);
width: 100%;
Expand Down

0 comments on commit e302dbe

Please sign in to comment.