Web:Components:RadioButton: add max-height for radio button wrapper

This commit is contained in:
Timofey Boyko 2022-05-20 14:46:49 +03:00
parent 16c68f1f7b
commit cb149ed8ac

View File

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