mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 17:36:15 -04:00
Update _form.scss
vertical-align only applies to inline-level elements https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align https://drafts.csswg.org/css2/#propdef-vertical-align
This commit is contained in:
parent
e88e1359b6
commit
4e5e9a2a60
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,8 @@ textarea {
|
|||
appearance: none;
|
||||
padding: var(--form-element-spacing-vertical)
|
||||
var(--form-element-spacing-horizontal);
|
||||
}
|
||||
input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not([type="file"]),
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue