Skip to content

Commit 1125e77

Browse files
Merge pull request #1504 from ASU/uds-1645-Radio-fix-spacing
fix(unity-bootstrap-theme): spacing changed between Radio button and …
2 parents 7c7ed90 + b1ddd21 commit 1125e77

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)