Make WordPress Core

Ticket #33400: 33400.2.patch

File 33400.2.patch, 302 bytes (added by MatheusFD, 9 years ago)

Limiting resize and removing overflow: auto

  • forms.css

     
    192192}
    193193
    194194textarea {
    195         overflow: auto;
    196195        padding: 2px 6px;
    197196        line-height: 1.4;
     197        resize: vertical;
    198198}
    199199
    200200.wp-admin input[type="file"] {