Make WordPress Core

Changeset 35511


Ignore:
Timestamp:
11/04/2015 06:52:13 PM (11 years ago)
Author:
DrewAPicture
Message:

Customizer: Adjust styles on panel titles to prevent descenders – such as with the letters g, j, p, q, or y – from getting cut off in some browsers.

Props umeshnevase.
Fixes #33575.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-controls.css

    r35307 r35511  
    9595        font-size: 20px;
    9696        font-weight: 200;
    97         line-height: 24px;
     97        line-height: 26px;
    9898        display: block;
    9999        overflow: hidden;
     
    224224        width: 100%;
    225225        margin: 0;
    226         padding: 12px;
     226        padding: 12px;
    227227        -webkit-box-sizing: border-box;
    228228        -moz-box-sizing: border-box;
     
    335335        float: left;
    336336        width: 48px;
    337         height: 69px;
     337        height: 71px;
    338338        padding: 0 24px 0 0;
    339339        margin: 0;
     
    349349
    350350.customize-section-back {
    351         height: 70px;
     351        height: 74px;
    352352}
    353353
     
    408408.customize-panel-back:before,
    409409.customize-section-back:before {
    410         font: normal 20px/69px dashicons;
     410        font: normal 20px/72px dashicons;
    411411        content: "\f341";
    412412        position: relative;
Note: See TracChangeset for help on using the changeset viewer.