From 16b88a3a572d251b46807c075006e833cc35439d Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Mon, 14 Jan 2019 11:17:51 +0100 Subject: [PATCH] increase textarea size --- resources/app/stylesheets/app.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/app/stylesheets/app.less b/resources/app/stylesheets/app.less index efeebd1..26856ae 100644 --- a/resources/app/stylesheets/app.less +++ b/resources/app/stylesheets/app.less @@ -149,6 +149,10 @@ form { padding: @text-padding-v @text-padding-h / 2; } + textarea { + height: 10rem; + } + label { grid-column: 1; }