Fix: Checkboxes and Radios relative size (em)

This commit is contained in:
Lucas Larroche 2021-12-31 15:30:42 +07:00
parent 8ca0f6e02e
commit 7f817d4c68
13 changed files with 13 additions and 9 deletions

View file

@ -1276,6 +1276,7 @@ label > input, label > select, label > textarea {
-webkit-margin-end: 0.375em;
margin-inline-end: 0.375em;
border-width: var(--border-width);
font-size: inherit;
vertical-align: middle;
cursor: pointer;
}