mirror of https://github.com/zulip/zulip.git
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:
parent
143665a22c
commit
8fa0e687ae
|
@ -317,6 +317,7 @@ textarea.new_message_textarea {
|
|||
width: 100%;
|
||||
min-height: 48px;
|
||||
max-height: 150px;
|
||||
resize: none;
|
||||
}
|
||||
|
||||
textarea:focus {
|
||||
|
|
Loading…
Reference in New Issue