From bed46492355f614a8477445da394fce22e8a1e5f Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Wed, 20 Sep 2017 12:21:06 +0200 Subject: [PATCH] textarea#labelText { resize:none; } --- static/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index 96b1734..018e370 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -11,3 +11,7 @@ padding-left: 10px; display:table-cell; } + +textarea#labelText { + resize: none; +}