Skip to content

Commit ddc3cff

Browse files
committed
Restore proper radio button appearance on desktop screens.
PR #14624 mistakenly used negative pixel values for the position of the dot inside of radio buttons. This PR restores the correct values, to ensure proper placement.
1 parent bde17b6 commit ddc3cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/stylesheets/_mixins.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@
484484
background-color: $white;
485485

486486
@include break-medium() {
487-
margin: -3px 0 0 -3px;
487+
margin: 3px 0 0 3px;
488488
}
489489
}
490490
}

0 commit comments

Comments
 (0)