diff --git a/packages/core/src/components/radio-checkbox/_radio-checkbox.scss b/packages/core/src/components/radio-checkbox/_radio-checkbox.scss index 423424cb..657d595d 100644 --- a/packages/core/src/components/radio-checkbox/_radio-checkbox.scss +++ b/packages/core/src/components/radio-checkbox/_radio-checkbox.scss @@ -25,6 +25,7 @@ content: ''; background-color: $ray-color-white; border: $ray-radio-checkbox-border-width solid $ray-color-black; + min-width: $ray-radio-checkbox-size; width: $ray-radio-checkbox-size; height: $ray-radio-checkbox-size; position: relative;