Make WordPress Core

Ticket #46093: 46093.diff

File 46093.diff, 446 bytes (added by punit5658, 6 years ago)

Spacing issue between label and checkbox patch file.

  • wp-admin/css/forms.css

     
    713713        font-size: 22px;
    714714}
    715715
     716.user-comment-shortcuts-wrap td label,
     717.user-rich-editing-wrap td label,
     718.user-syntax-highlighting-wrap td label{
     719        margin: .25em 0 .5em!important;
     720        display: inline-block
     721}
     722
    716723#display_name {
    717724        width: 15em;
    718725}