Apply the same margin optimization for html select

the same way it's done for input elements.
This commit is contained in:
Mansour Behabadi 2020-08-03 22:54:48 +10:00 committed by GitHub
parent 195e0c6b6b
commit 4efd232d36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -779,7 +779,7 @@ form small {
color: var(--muted-text);
}
input + small {
input + small, select + small {
margin-top: -1rem;
margin-bottom: 1.5rem;
}