mirror of
https://github.com/picocss/pico.git
synced 2025-06-15 10:44:53 -04:00
Apply the same margin optimization for html select
the same way it's done for input elements.
This commit is contained in:
parent
195e0c6b6b
commit
4efd232d36
1 changed files with 1 additions and 1 deletions
|
@ -779,7 +779,7 @@ form small {
|
|||
color: var(--muted-text);
|
||||
}
|
||||
|
||||
input + small {
|
||||
input + small, select + small {
|
||||
margin-top: -1rem;
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue