From ad372c7cce1d4847b84e96039fffe438a9739b39 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 19 Aug 2024 03:20:37 +0900 Subject: fix(frontend): fix submit result layout --- frontend/app/components/Gaming/CodeBlock.tsx | 2 +- frontend/app/components/Gaming/SubmitResult.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend') diff --git a/frontend/app/components/Gaming/CodeBlock.tsx b/frontend/app/components/Gaming/CodeBlock.tsx index bca8727..fc14b63 100644 --- a/frontend/app/components/Gaming/CodeBlock.tsx +++ b/frontend/app/components/Gaming/CodeBlock.tsx @@ -13,7 +13,7 @@ export default function CodeBlock({ code, language }: Props) { const highlighted = highlight(code, languages[language]!, language); return ( -
+		
 			
 		
); diff --git a/frontend/app/components/Gaming/SubmitResult.tsx b/frontend/app/components/Gaming/SubmitResult.tsx index 5b08ef1..6f4cb0e 100644 --- a/frontend/app/components/Gaming/SubmitResult.tsx +++ b/frontend/app/components/Gaming/SubmitResult.tsx @@ -38,12 +38,12 @@ export default function SubmitResult({ result, submitButton }: Props) {
{r.label}
-
+
 									
 										{r.stdout}
 										{r.stderr}
 									
-								
+
-- cgit v1.2.3-70-g09d2