UX: checkboxes were too close to other inputs
This commit is contained in:
parent
e75b240390
commit
2a2be093ca
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue