From 018423c00aedd3cc9faa9535c83fd94165855913 Mon Sep 17 00:00:00 2001 From: Utsavladia Date: Sat, 10 Aug 2024 11:55:34 +0530 Subject: [PATCH] Fixed the code page sizings or text and windows --- frontend/src/components/PostCodeWindow.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/PostCodeWindow.tsx b/frontend/src/components/PostCodeWindow.tsx index 6cd01ef9..a9ca264a 100644 --- a/frontend/src/components/PostCodeWindow.tsx +++ b/frontend/src/components/PostCodeWindow.tsx @@ -54,11 +54,11 @@ function PostCodeWindow({
{activeTab === "html" ? ( -
+          
             {codeSnippet}
           
) : ( -
+          
             {jsCodeSnippet}
           
)}