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:
das 2025-08-05 15:23:29 +02:00 committed by sug
parent 94ccfd6435
commit 84d36b8b37
3 changed files with 17 additions and 2 deletions

View file

@ -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)`,