From 7abc3c78334d44fb64684b26d8a305d0fe676caa Mon Sep 17 00:00:00 2001 From: slawkens Date: Mon, 27 Jan 2025 21:30:39 +0100 Subject: [PATCH] Exception: better style - better showing of longer exceptions --- system/templates/exception.html.twig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/system/templates/exception.html.twig b/system/templates/exception.html.twig index d6108aa6..72354370 100644 --- a/system/templates/exception.html.twig +++ b/system/templates/exception.html.twig @@ -18,8 +18,6 @@ font-family: Verdana, Geneva, sans-serif; } .center { - height: 500px; - position: absolute; top:0; bottom: 0; left: 0; @@ -38,7 +36,7 @@ } #footer { - position: absolute; + margin-top: 20px; bottom: 15px; width: 100%;