From cb1812cde0ca2257a6733c3e810ad3b23e26f329 Mon Sep 17 00:00:00 2001 From: Markus Thielker Date: Thu, 26 Dec 2024 15:37:20 +0100 Subject: [PATCH] NORY-26: limit error width and add horizontal margin --- authentication/src/app/flow/error/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentication/src/app/flow/error/page.tsx b/authentication/src/app/flow/error/page.tsx index e35626f..fa87dc4 100644 --- a/authentication/src/app/flow/error/page.tsx +++ b/authentication/src/app/flow/error/page.tsx @@ -51,7 +51,7 @@ export default function Error() { return ( <> - + An error occurred @@ -61,7 +61,7 @@ export default function Error() {

-