Make WordPress Core

Ticket #37451: 37451-with-line-height.patch

File 37451-with-line-height.patch, 829 bytes (added by poena, 4 years ago)
  • src/wp-admin/css/widgets.css

     
    346346        margin: 0;
    347347        padding: 8px 10px;
    348348        overflow: hidden;
    349         white-space: nowrap;
     349        white-space: normal;
     350        line-height: 1.5;
    350351}
    351352
    352353.widgets-holder-wrap .description {
     
    481482
    482483div#widgets-right .sidebar-name h2,
    483484div#widgets-right .sidebar-name h3 {
    484         padding: 15px 7px;
     485        padding: 15px 15px 15px 7px;
    485486}
    486487
    487488div#widgets-right .widget-top {
     
    508509        margin: -5px 5px;
    509510}
    510511
     512.sidebar-name .spinner {
     513        position: absolute;
     514        top: 18px;
     515        right: 30px;
     516}
     517
    511518/* Dragging a widget over a closed sidebar */
    512519#widgets-right .widgets-holder-wrap.widget-hover {
    513520        border-color: #787c82;