From 00eaa2232aab450f80d73870473f96498c670b4c Mon Sep 17 00:00:00 2001 From: psychobunny Date: Fri, 15 Jan 2016 15:13:56 -0500 Subject: [PATCH] fix textarea height --- less/chats.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/chats.less b/less/chats.less index aa6e3b6..3cd7f56 100644 --- a/less/chats.less +++ b/less/chats.less @@ -216,6 +216,7 @@ textarea { resize: none; + height: 42px; } }