Skip to content

Commit

Permalink
fix send OPTIONS ping mess the layout (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu authored Apr 30, 2024
1 parent 1111e93 commit e7889e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ fieldset {
}

&:nth-child(2) {
grid-template-columns: repeat(4, 1fr);
grid-template-columns: repeat(3, 1fr);
margin-top: ui-vars.$px02;

> div:last-child {
Expand Down

0 comments on commit e7889e1

Please sign in to comment.