Make WordPress Core

Ticket #33260: 33260.8.patch

File 33260.8.patch, 384 bytes (added by mrahmadawais, 10 years ago)

Fixes the Reorder Button by addressing the extra padding in span element

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

     
    122122
    123123.reorder-toggle {
    124124        float: right;
    125         padding: 5px 8px;
     125        padding: 0;
    126126        text-decoration: none;
    127127        cursor: pointer;
    128128        outline: none;