From 831756e23c74357c88b9eb0a8d40007b7835f0cc Mon Sep 17 00:00:00 2001 From: Rasmy Nguyen Date: Wed, 6 Nov 2024 12:06:54 -0500 Subject: [PATCH] fix(wp-6.7): update radio control styles (#3518) This PR updates the styles for our radio control component to avoid conflicts with WP 6.7 radio control updates. --- src/components/src/radio-control/style.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/src/radio-control/style.scss b/src/components/src/radio-control/style.scss index 001ce61a52..332a7b7c59 100644 --- a/src/components/src/radio-control/style.scss +++ b/src/components/src/radio-control/style.scss @@ -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 {