Make WordPress Core

Ticket #46531: 46531.3.diff

File 46531.3.diff, 574 bytes (added by ianbelanger, 6 years ago)

Refreshes and updates patch with more precise line-height calculations

  • src/wp-admin/css/widgets.css

     
    3939.widgets-holder-wrap .widget-inside {
    4040        border-top: none;
    4141        padding: 1px 15px 15px 15px;
    42         line-height: 1.2;
     42        line-height: 1.23076923;
    4343}
    4444
    4545.widget.widget-dirty .widget-control-close-wrapper {
     
    541541        color: #666;
    542542        background: #EEE;
    543543        padding: 0 15px;
    544         line-height: 3.35;
     544        line-height: 3.30769230;
    545545        border-left: 1px solid #DDD;
    546546}
    547547