From 8db2694d745746741cfa45c62cb700a4c6ebddf9 Mon Sep 17 00:00:00 2001 From: mahesh jamdade Date: Thu, 5 Sep 2024 15:57:07 -0400 Subject: [PATCH] improve padding --- src/app/(main)/_components/CodeHighlight.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/(main)/_components/CodeHighlight.tsx b/src/app/(main)/_components/CodeHighlight.tsx index 10bcb1a..4491110 100644 --- a/src/app/(main)/_components/CodeHighlight.tsx +++ b/src/app/(main)/_components/CodeHighlight.tsx @@ -31,13 +31,16 @@ const CodeBlock: React.FC = ({ language, children, ...rest }) => return (
{!copied ? - () + () : () }