From 26c6c3b23259dfd02e10701b6290ed50866c93a2 Mon Sep 17 00:00:00 2001 From: devanshu052000 Date: Mon, 12 May 2025 21:20:15 +0530 Subject: [PATCH] Fixed UI after design review --- frontend/ee | 2 +- .../src/Editor/Components/RadioButtonV2/RadioButtonV2.jsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/ee b/frontend/ee index 335435aa74..4898ef723f 160000 --- a/frontend/ee +++ b/frontend/ee @@ -1 +1 @@ -Subproject commit 335435aa74f8d56997978d7e6343023ee2726f81 +Subproject commit 4898ef723fe9771a20c5490660103a098241bfdd diff --git a/frontend/src/Editor/Components/RadioButtonV2/RadioButtonV2.jsx b/frontend/src/Editor/Components/RadioButtonV2/RadioButtonV2.jsx index f1a5d171b4..866565252e 100644 --- a/frontend/src/Editor/Components/RadioButtonV2/RadioButtonV2.jsx +++ b/frontend/src/Editor/Components/RadioButtonV2/RadioButtonV2.jsx @@ -191,7 +191,7 @@ export const RadioButtonV2 = ({ data-cy={`label-${String(componentName).toLowerCase()} `} data-disabled={isDisabled} id={String(componentName)} - className={cx('radio-button,', 'd-flex', { + className={cx('radio-button', 'd-flex', { [alignment === 'top' && ((labelWidth != 0 && label?.length != 0) || (labelAutoWidth && labelWidth == 0 && label && label?.length != 0)) @@ -279,7 +279,7 @@ export const RadioButtonV2 = ({