mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-29 15:44:27 +00:00
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. Fixes #48876. git-svn-id: https://develop.svn.wordpress.org/trunk@46851 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -816,7 +816,10 @@ input:-ms-input-placeholder {
|
||||
}
|
||||
|
||||
input::-moz-placeholder {
|
||||
line-height: normal;
|
||||
/* Browsers supporting line-height revert
|
||||
* to reset a property to the value established by the user-agent stylesheet
|
||||
*/
|
||||
line-height: revert;
|
||||
}
|
||||
|
||||
input[type="search"]::-webkit-search-decoration,
|
||||
|
||||
Reference in New Issue
Block a user