Shared:Components:Checkbox: fix styles for label and help button

This commit is contained in:
Timofey Boyko 2024-08-08 16:39:43 +03:00
parent 7b14d0bc98
commit 2fffc86593
2 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,8 @@ const StyledLabel = styled.label<{
position: relative; position: relative;
margin: 0; margin: 0;
line-height: 16px;
user-select: none; user-select: none;
-o-user-select: none; -o-user-select: none;
-moz-user-select: none; -moz-user-select: none;

View File

@ -142,6 +142,7 @@ const CheckboxPure = ({
title={title} title={title}
truncate={truncate} truncate={truncate}
className="checkbox-text" className="checkbox-text"
lineHeight="16px"
> >
{label} {label}
</Text> </Text>