mirror of
https://github.com/tutao/tutanota.git
synced 2025-10-19 16:03:43 +00:00
adjust checkbox helper text margin
- The helper text for checkboxes should be aligned with the text. Co-authored-by: abp <abp@tutao.de>
This commit is contained in:
parent
94ccfd6435
commit
84d36b8b37
3 changed files with 17 additions and 2 deletions
|
@ -2374,7 +2374,7 @@ styles.registerStyle("main", () => {
|
|||
display: "block",
|
||||
width: px(size.checkbox_size),
|
||||
height: px(size.checkbox_size),
|
||||
border: `2px solid ${theme.content_button}`,
|
||||
border: `${px(size.checkbox_border_size)} solid ${theme.content_button}`,
|
||||
"border-radius": "3px",
|
||||
position: "relative",
|
||||
transition: `border ${DefaultAnimationTime}ms cubic-bezier(.4,.0,.23,1)`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue