From f6084b4339511813f30a23847cfa9d485f0059bc Mon Sep 17 00:00:00 2001 From: epdn Date: Mon, 18 May 2020 09:34:57 +0100 Subject: [PATCH] remove 1px margin from textarea, fixes useless scrollbar --- static/application.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/application.css b/static/application.css index 28087e3..15a06e9 100644 --- a/static/application.css +++ b/static/application.css @@ -17,6 +17,8 @@ textarea { outline: none; resize: none; font-size: 13px; + margin-top: 0; + margin-bottom: 0; } /* the line numbers */