Make WordPress Core

Changeset 46851


Ignore:
Timestamp:
12/09/2019 03:08:16 PM (4 years ago)
Author:
ianbelanger
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/style.css

    r46844 r46851  
    817817
    818818input::-moz-placeholder {
    819     line-height: normal;
     819    /* Browsers supporting line-height revert
     820    * to reset a property to the value established by the user-agent stylesheet
     821    */
     822    line-height: revert;
    820823}
    821824
Note: See TracChangeset for help on using the changeset viewer.