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

.grid {
display: grid;
grid-template-columns: repeat(6, 150px);
grid-auto-columns: 150px;
grid-template-rows: min-content;
grid-gap: var(--spacing-8);
margin: 0;
Expand All @@ -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 09426eb

Please sign in to comment.