Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
fix: align params to top (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafegoldberg authored and erunion committed Jan 9, 2020
1 parent fcb78eb commit 8bcd03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-explorer/style/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ form.rjsf fieldset .form-group:first-of-type {
form.rjsf fieldset .form-group {
display: flex;
flex-flow: row nowrap;
align-items: center;
align-items: flex-start;
align-content: center;
}

Expand Down

0 comments on commit 8bcd03c

Please sign in to comment.