diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-11-11 16:15:01 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-11-11 16:15:01 +0000 |
commit | 83a1cce1ea6cab809dc71f93ea3862e7c6821d95 (patch) | |
tree | 0e8192606755bcffbeda82f720947c8af8226b36 /syweb | |
parent | make image buttons more buttony (diff) | |
download | synapse-83a1cce1ea6cab809dc71f93ea3862e7c6821d95.tar.xz |
no evil horizontal textarea resizing
Diffstat (limited to 'syweb')
-rwxr-xr-x | syweb/webclient/app.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/syweb/webclient/app.css b/syweb/webclient/app.css index bede533594..23ec42f128 100755 --- a/syweb/webclient/app.css +++ b/syweb/webclient/app.css @@ -346,6 +346,7 @@ textarea, input { #mainInput { width: 100%; padding: 5px; + resize: vertical; } #attachButton { |