From f6ee43c8837df4d82312ef7443504902f620f10c Mon Sep 17 00:00:00 2001 From: marijus Date: Mon, 26 May 2014 11:32:58 +0200 Subject: Collapsed textareas are like buttons. They should not grow/shrink in size if app font-size changes. --- view/css/conversation.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/css') diff --git a/view/css/conversation.css b/view/css/conversation.css index 3fc82154b..1a614d2f0 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -16,7 +16,7 @@ } #profile-jot-text { - height: 3.4em; + height: 40px; padding: 8px; width: 100%; } -- cgit v1.2.3