From 4ea09d9c5cb518fa70683a7254a7e4d90d6f4322 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Tue, 31 Mar 2015 16:51:31 +0200 Subject: [PATCH] made the text areas vertically resizable --- dencode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dencode.css b/dencode.css index b82c325..8a7e9cd 100644 --- a/dencode.css +++ b/dencode.css @@ -67,7 +67,7 @@ textarea.input { font-size: 80%; height: 150px; padding: 0.1em 0.3em; - resize: none; + resize: vertical; width: -moz-available; width: -webkit-fill-available; }