Problem/Motivation
Users can resize a textarea when a quickpost form is collapsed. (Chrome and Firefox)
Proposed resolution
Disable the resize function.
User interface changes
This can be done by adding resize: none; to the textarea css.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | commons-compact-textarea-resize-2222389-1.patch | 980 bytes | Zarabadoo |
Comments
Comment #1
Zarabadoo commentedThis is a pretty simple style change.
Comment #2
rosemeria commentedPatch review and css results tested in Chrome, Firefox and Safari. Works.
Comment #4
Zarabadoo commentedPatch from #1 applied.