Web:Components:RadioButton: fix height for multiline button

This commit is contained in:
Timofey Boyko 2022-05-25 15:41:53 +03:00
parent edd2e005c5
commit b6381a15f3

View File

@ -14,8 +14,6 @@ const Label = styled(ClearLabel)`
position: relative; position: relative;
margin: 0; margin: 0;
max-height: 18px;
${NoUserSelect}; ${NoUserSelect};
cursor: ${(props) => !props.isDisabled && "pointer"}; cursor: ${(props) => !props.isDisabled && "pointer"};