From 83c6baf9773a86aaacf861fda0e3d12a3fb04756 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 14 Apr 2016 14:02:45 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20override=20textbox=20heights=20?= =?UTF-8?q?with=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We should let textboxes set their own height using the rows attribute. --- app/assets/stylesheets/components/textbox.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/components/textbox.scss b/app/assets/stylesheets/components/textbox.scss index e6e9e6021..2df25be3c 100644 --- a/app/assets/stylesheets/components/textbox.scss +++ b/app/assets/stylesheets/components/textbox.scss @@ -10,7 +10,6 @@ resize: none; z-index: 20; background: none; - height: 200px; } &-textbox,