Skip to content

Commit e2680c6

Browse files
committed
Fix margin
1 parent df69f90 commit e2680c6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/shared/styles/forms.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
}
1212
}
1313

14+
.form-check {
15+
.form-check-input {
16+
margin-top: 0.05em;
17+
}
18+
}
19+
1420
.invalid-feedback {
1521
display: block;
1622
}

0 commit comments

Comments
 (0)