Make WordPress Core

Changeset 23976


Ignore:
Timestamp:
04/12/2013 09:19:22 PM (12 years ago)
Author:
ocean90
Message:

Set a height for post title input

Firefox ​ignores the line-height because it declares line-height with normal !important in one of it's browser stylesheets. This can result in missing dots above umlauts.

props helen, lessbloat.
fixes #23189

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin.css

    r23926 r23976  
    30453045    font-size: 1.7em;
    30463046    line-height: 100%;
     3047    height: 1.7em;
    30473048    width: 100%;
    30483049    outline: none;
     
    30543055    position: absolute;
    30553056    font-size: 1.7em;
    3056     padding: 8px 10px;
     3057    padding: 11px 10px;
    30573058}
    30583059
Note: See TracChangeset for help on using the changeset viewer.