From f68904c6196464f5fd8d9338ed713a278fe8d615 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 28 Apr 2020 15:22:59 +0200 Subject: [PATCH] Remove max-height for description so it is always shown in full Signed-off-by: Jan-Christoph Borchardt --- src/views/Create.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/Create.vue b/src/views/Create.vue index 5c2e57c..7ecb43d 100644 --- a/src/views/Create.vue +++ b/src/views/Create.vue @@ -398,7 +398,6 @@ export default { } #form-desc { min-height: 60px; - max-height: 200px; resize: none; } }