Skip to content

Commit b1ddd21

Browse files
committed
fix(unity-bootstrap-theme): spacing changed between Radio button and text
1 parent f946583 commit b1ddd21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_form-fields.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ form.uds-form {
2525
&.uds-form-label-disabled {
2626
color: $uds-color-base-gray-6;
2727
}
28+
29+
&.form-check-label::before{
30+
margin-left: 0.4rem;
31+
}
32+
33+
&.form-check-label::after{
34+
margin-left: 0.4rem;
35+
}
2836
}
2937

3038
/* Helper text */

0 commit comments

Comments
 (0)