Skip to content

Commit 734a84a

Browse files
committed
fix: rendered field spacing in columns
resolves #132
1 parent 9f13ce0 commit 734a84a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/sass/base/_bs.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,19 @@ hr {
1111

1212
.f-field-group {
1313
flex-wrap: wrap;
14+
margin-bottom: $base-space + $half-space;
15+
16+
&:last-child {
17+
margin-bottom: 0;
18+
}
1419

1520
label + .badge {
16-
margin-left: 10px;
21+
margin-left: $base-space;
1722
}
1823

1924
> label {
2025
display: inline-block;
21-
margin-bottom: 10px;
26+
margin-bottom: $half-space;
2227
}
2328

2429
button {

0 commit comments

Comments
 (0)