mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 19:26:14 -04:00
Input helper (<small>) margin adjustment
This commit is contained in:
parent
78a1c879a0
commit
431f0e6f8f
9 changed files with 9 additions and 9 deletions
|
@ -304,7 +304,7 @@ input,
|
|||
select,
|
||||
textarea {
|
||||
+ small {
|
||||
margin-top: calc(var(--spacing-typography) * -0.5);
|
||||
margin-top: calc(var(--spacing-typography) * -0.75);
|
||||
margin-bottom: var(--spacing-typography);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue