Make WordPress Core

Ticket #46509: 46509.1.diff

File 46509.1.diff, 455 bytes (added by ianbelanger, 7 years ago)

Updates patch with more precise line-height calculations

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

     
    8585.widget-inside {
    8686        padding: 1px 10px 10px 10px;
    8787        border-top: none;
    88         line-height: 16px;
     88        line-height: 1.23076923;
    8989}
    9090
    9191.customize-control-widget_form.expanded .widget-action .toggle-indicator:before {