Make WordPress Core

Ticket #46972: #46972-anischarolia.patch

File #46972-anischarolia.patch, 432 bytes (added by anischarolia, 5 years ago)

patch file for this issue

  • src/wp-admin/css/forms.css

    diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css
    index 92af4d08d9..61d34cb719 100644
    a b table.form-table td .updated p { 
    800800        max-width: 520px;
    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 */{