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 e5d4c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/Icon/_docs/icon.stories.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

.button {
@include button-reset;

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 e5d4c48

Please sign in to comment.