Skip to content

Commit

Permalink
fix(form): restore padding
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <[email protected]>
  • Loading branch information
btry committed Apr 2, 2020
1 parent 590fbd5 commit 54d4892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ form.formcreator_form {
}

.formcreator_form .form-group {
padding: 0 15px;
padding: 5px 15px;
}

.formcreator_form .form-group > label {
Expand Down

0 comments on commit 54d4892

Please sign in to comment.