From 8b64f9140b537ce91ffbf325e799562eacff312a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 20 Oct 2016 17:01:58 +0200 Subject: [PATCH] Allow resizing of comment textarea --- src/styles/_comments.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/_comments.sass b/src/styles/_comments.sass index cee9a534..0e103665 100644 --- a/src/styles/_comments.sass +++ b/src/styles/_comments.sass @@ -407,7 +407,7 @@ $comments-width-max: 710px margin: 0 auto 5px auto padding: 10px color: $color-text-dark - resize: none + resize: vertical transition: all 300ms ease-in-out