Skip to content

Commit

Permalink
Add small bottom margin for form fields
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 committed Sep 2, 2023
1 parent 9d53519 commit 992bab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ h3.for-form {
}

form.default-form div.field {
margin-right: 6px;
margin: 0 6px 6px 0;
display: block;
width: 100%;
}
Expand Down

0 comments on commit 992bab4

Please sign in to comment.