Make WordPress Core

Ticket #33575: 33575.diff

File 33575.diff, 597 bytes (added by umesh.nevase, 9 years ago)

Fixed the issue

  • customize-controls-rtl.css

     
    8282#customize-controls .customize-info .panel-title {
    8383        font-size: 20px;
    8484        font-weight: 200;
    85         line-height: 24px;
     85        line-height: 26px;
    8686        display: block;
    8787        overflow: hidden;
    8888        white-space: nowrap;
     
    207207        right: 100%;
    208208        width: 100%;
    209209        margin: 0;
    210         padding: 12px;
     210        padding: 12px;
    211211        -webkit-box-sizing: border-box;
    212212        -moz-box-sizing: border-box;
    213213        box-sizing: border-box;