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; }