Bundled Themes: Misaligned input placeholder text Twenty Twenty.
This fixes placeholder misalignment in Firefox when a `height` is added as an inline style to the input field. Props aljullu, subratamal, ianbelanger. Merges [46851], [46854] to the 5.3 branch. Fixes #48876. git-svn-id: https://develop.svn.wordpress.org/branches/5.3@46855 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dec1c93e5a
commit
6d4b516483
@ -816,7 +816,7 @@ input:-ms-input-placeholder {
|
||||
}
|
||||
|
||||
input::-moz-placeholder {
|
||||
line-height: normal;
|
||||
line-height: revert; /* Reset to the value from the user-agent stylesheet. */
|
||||
}
|
||||
|
||||
input[type="search"]::-webkit-search-decoration,
|
||||
|
Loading…
Reference in New Issue
Block a user