From 83a1cce1ea6cab809dc71f93ea3862e7c6821d95 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 11 Nov 2014 16:15:01 +0000 Subject: [PATCH] no evil horizontal textarea resizing --- syweb/webclient/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/syweb/webclient/app.css b/syweb/webclient/app.css index bede53359..23ec42f12 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 {