From dac2414b24b39f0f6e8ffd9466d37eaaa90c1a39 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Fri, 31 May 2019 18:42:11 +0200 Subject: [PATCH] changes --- dist/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.html b/dist/index.html index ac87d9aa43..16c8e9d43a 100644 --- a/dist/index.html +++ b/dist/index.html @@ -15,7 +15,7 @@ } textarea.textbox { - height: 400px; + height: 250px; border: 1px solid #8db5e4; margin-bottom: 16px; flex: 2; @@ -42,7 +42,7 @@ flex-direction: column; } - .textbox { + textarea.textbox { min-height: 279px; }