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 <tbugier@teclib.com>
  • Loading branch information
btry committed Apr 2, 2020
1 parent f79ed36 commit 2eb8c33
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 @@ -308,7 +308,7 @@ input.submit_button:focus {
}

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

#plugin_formcreator_form .form-group > label {
Expand Down

0 comments on commit 2eb8c33

Please sign in to comment.