From 529205385af06e9b142245a38fecbba28bfc660d Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Sun, 24 May 2020 21:05:30 +0200 Subject: [PATCH] Align form-title in Create and Submit view Signed-off-by: Jan-Christoph Borchardt --- src/views/Create.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Create.vue b/src/views/Create.vue index c64c678..5540794 100644 --- a/src/views/Create.vue +++ b/src/views/Create.vue @@ -431,6 +431,7 @@ export default { min-height: 36px; margin: 32px 0; padding-left: 14px; // align with description (compensate font size diff) + padding-bottom: 6px; // align with h2 of .form-title on submit page overflow: hidden; text-overflow: ellipsis; white-space: nowrap;