Skip to content

Commit

Permalink
fix(wp-6.7): update radio control styles (#3518)
Browse files Browse the repository at this point in the history
This PR updates the styles for our radio control component to avoid conflicts with WP 6.7 radio control updates.
  • Loading branch information
chickenn00dle authored Nov 6, 2024
1 parent d0db6ba commit 831756e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/src/radio-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,15 @@

input[type="radio"] {
height: 24px;
margin-right: 8px;
width: 24px;
max-height: 24px;
max-width: 24px;

@media screen and ( min-width: 782px ) {
height: 20px;
width: 20px;
max-height: 20px;
max-width: 20px;
}

&:checked {
Expand Down

0 comments on commit 831756e

Please sign in to comment.