diff --git a/packages/asc-web-components/radio-button/styled-radio-button.js b/packages/asc-web-components/radio-button/styled-radio-button.js index c8fff6087f..cad81228da 100644 --- a/packages/asc-web-components/radio-button/styled-radio-button.js +++ b/packages/asc-web-components/radio-button/styled-radio-button.js @@ -14,8 +14,6 @@ const Label = styled(ClearLabel)` position: relative; margin: 0; - max-height: 18px; - ${NoUserSelect}; cursor: ${(props) => !props.isDisabled && "pointer"};