From d3d6c0bf3e7ebbe72482c2272e8d76e5470d56d3 Mon Sep 17 00:00:00 2001 From: Claas Date: Sat, 27 Jun 2026 20:16:29 +0000 Subject: [PATCH] Improve design on large screens --- client/src/ErrorDetails.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/ErrorDetails.tsx b/client/src/ErrorDetails.tsx index 6e842ef..b26dbaf 100644 --- a/client/src/ErrorDetails.tsx +++ b/client/src/ErrorDetails.tsx @@ -6,7 +6,7 @@ export function ErrorDetails( ) { return ( <> -
+

{properties.title}

{properties.explainer}

-- 2.51.2