Skip to content

Commit

Permalink
Add margin to fieldset and control-group
Browse files Browse the repository at this point in the history
  • Loading branch information
drmenzelit committed Sep 24, 2020
1 parent dd1f1c1 commit 5ea9acf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/cassiopeia/scss/blocks/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,11 @@ td .form-control {
}

fieldset {
margin-bottom: $cassiopeia-grid-gutter*2;
+ fieldset {
margin-top: $cassiopeia-grid-gutter*2;
}

> * {
margin-bottom: 0
}
Expand All @@ -122,6 +123,9 @@ fieldset {
}
}

.control-group {
margin: $cassiopeia-grid-gutter 0;
}
.container-popup [id="filter[search]-desc"] {
top: 100%;
bottom: auto;
Expand Down

0 comments on commit 5ea9acf

Please sign in to comment.