mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 10:26:13 -04:00
Fix: Checkboxes and Radios relative size (em
)
This commit is contained in:
parent
8ca0f6e02e
commit
7f817d4c68
13 changed files with 13 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue