mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-22 01:25:44 +03:00
no evil horizontal textarea resizing
This commit is contained in:
parent
548ace0115
commit
83a1cce1ea
1 changed files with 1 additions and 0 deletions
|
@ -346,6 +346,7 @@ textarea, input {
|
|||
#mainInput {
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
#attachButton {
|
||||
|
|
Loading…
Reference in a new issue