Skip to content

Commit

Permalink
Add more space after fieldset labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ridoo committed Feb 7, 2025
1 parent f3702a6 commit c842376
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@

.model-input {

fieldset label {
margin-right: 1em;
}

.submit-btn {
margin-top: 1em;
}
Expand Down

0 comments on commit c842376

Please sign in to comment.