Make WordPress Core

Ticket #46972: 46972.diff

File 46972.diff, 392 bytes (added by mukesh27, 5 years ago)

Fix css styling.

  • wp-admin/css/forms.css

    diff --git a/wp-admin/css/forms.css b/wp-admin/css/forms.css
    index 92af4d08d9..ae38700dd8 100644
    a b table.form-table td .updated p { 
    801801        border: 1px solid #e5e5e5;
    802802        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    803803        background: #fff;
     804        -webkit-box-sizing: border-box;
     805        box-sizing: border-box;
    804806}
    805807
    806808/* Press this styles */