Skip to content

Commit

Permalink
Another alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Mar 29, 2023
1 parent 6f3918b commit a5fb088
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
grid-template-rows: 16px auto;
grid-template-rows: $grid-unit-30 auto;
}

.component-spacing-sizes-control {
Expand Down

0 comments on commit a5fb088

Please sign in to comment.