From ea460e9612ecba84797a9104a2ded0da01bdcb6a Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 23 Apr 2020 14:59:07 +0200 Subject: [PATCH] Reduce max width as everything was a bit wide and the 3-dot menu too far away Signed-off-by: Jan-Christoph Borchardt --- src/views/Create.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Create.vue b/src/views/Create.vue index 4935a93..68e9782 100644 --- a/src/views/Create.vue +++ b/src/views/Create.vue @@ -371,7 +371,7 @@ export default { header, section { width: 100%; - max-width: 900px; + max-width: 750px; } // Title & description header