Make WordPress Core

Ticket #48859: 48859.patch

File 48859.patch, 352 bytes (added by wpamitkumar, 5 years ago)

used this patch to fix the long filename issue.

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

    diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css
    index 8eb9f90e74..464e660c75 100644
    a b input[type="search"]::-webkit-search-decoration { 
    216216.wp-admin input[type="file"] {
    217217        padding: 3px 0;
    218218        cursor: pointer;
     219        max-width: 250px;
    219220}
    220221
    221222input.readonly,