Skip to content

Commit 2f49d9a

Browse files
committed
fix: prevent radio button to shrink
1 parent 6ddbf49 commit 2f49d9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DonationForms/resources/styles/elements/_fields.scss

+1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ input[type="checkbox"], input[type="radio"] {
120120
font-size: inherit;
121121
vertical-align: middle;
122122
cursor: pointer;
123+
flex-shrink: 0;
123124

124125
&:checked::before {
125126
transform: scale(1);

0 commit comments

Comments
 (0)