Skip to content

Commit

Permalink
place-items -> align-items
Browse files Browse the repository at this point in the history
  • Loading branch information
josepharhar committed Jan 7, 2025
1 parent ba2d0df commit 56a216c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -137300,7 +137300,7 @@ select option {
min-block-size: max(24px, 1lh);
align-content: center;
display: flex;
place-items: center;
align-items: center;
gap: 0.5em;
white-space: nowrap;
}
Expand Down

0 comments on commit 56a216c

Please sign in to comment.