Skip to content

Commit

Permalink
fix: rendered field spacing in columns
Browse files Browse the repository at this point in the history
resolves #132
  • Loading branch information
kevinchappell committed Apr 13, 2019
1 parent 9f13ce0 commit 734a84a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/sass/base/_bs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,19 @@ hr {

.f-field-group {
flex-wrap: wrap;
margin-bottom: $base-space + $half-space;

&:last-child {
margin-bottom: 0;
}

label + .badge {
margin-left: 10px;
margin-left: $base-space;
}

> label {
display: inline-block;
margin-bottom: 10px;
margin-bottom: $half-space;
}

button {
Expand Down

0 comments on commit 734a84a

Please sign in to comment.