UX: checkboxes were too close to other inputs

This commit is contained in:
Kris 2019-02-01 21:07:57 -05:00
parent e75b240390
commit 2a2be093ca
1 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,10 @@ body.widget-dragging {
.form-vertical {
.control-group {
margin-bottom: 24px;
margin-bottom: 1.25em;
}
.controls:not(.controls-dropdown) + .controls {
margin-top: 0.5em;
}
}