From cd55ed7c8dfec830d085c842828b88c63cabba82 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 12 Jan 2022 10:51:42 +0100 Subject: [PATCH] :paperclip: Minor improvement on css on error report template. --- backend/resources/error-report.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/resources/error-report.tmpl b/backend/resources/error-report.tmpl index ad663f604b..1c96b63c49 100644 --- a/backend/resources/error-report.tmpl +++ b/backend/resources/error-report.tmpl @@ -71,7 +71,7 @@ } .multiline { - margin-top: 15px; + margin-top: 30px; flex-direction: column; }