Disable manual compose box resizing

Vertical resizing is controlled by Autosize, and horizontal resizing is just
weird.

(imported from commit ff0b0e5d26678abfad1bec82fb5cf17b846160eb)
This commit is contained in:
Keegan McAllister 2012-10-23 22:19:41 -04:00
parent 143665a22c
commit 8fa0e687ae
1 changed files with 1 additions and 0 deletions

View File

@ -317,6 +317,7 @@ textarea.new_message_textarea {
width: 100%;
min-height: 48px;
max-height: 150px;
resize: none;
}
textarea:focus {