diff --git a/src/front/Components/DesignSystem/RadioBox/classes.module.scss b/src/front/Components/DesignSystem/RadioBox/classes.module.scss index 8d01e338..f4e03727 100644 --- a/src/front/Components/DesignSystem/RadioBox/classes.module.scss +++ b/src/front/Components/DesignSystem/RadioBox/classes.module.scss @@ -36,6 +36,8 @@ cursor: pointer; width: 20px; height: 20px; + min-width: 20px; + max-width: 20px; border-radius: var(--radius-full, 360px); border: 2px solid var(--select-option-unselected-default-border, #6d7e8a); margin-right: 16px;