From db94850ce238c3e12a72d0ce6fbe637dca133691 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 3 Jul 2017 01:15:07 +0200 Subject: [PATCH] Fixed textarea --- styles/input.scarlet | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/input.scarlet b/styles/input.scarlet index 2f5581e4..9b0702d8 100644 --- a/styles/input.scarlet +++ b/styles/input.scarlet @@ -49,5 +49,8 @@ label text-align left textarea + padding 0.4em 0.8em + width 100% line-height 1.5em - height 10rem \ No newline at end of file + height 10rem + transition none \ No newline at end of file