From 3507d543bfa9e1137ea1d5d552719e144618e674 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 25 Oct 2017 23:59:45 +0300 Subject: www: fix style linter warning --- juick-www/src/main/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 73ea7d8c..90f0f586 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -824,8 +824,8 @@ q { .icon--ei-comment { margin-top: -3px; } - -.newmessage { /* textarea on the /post page */ +.newmessage { + /* textarea on the /post page */ border: 1px solid #DDD; padding: 2px; resize: vertical; -- cgit v1.2.3