From f2cac25562617c8ce44d2d2ae47fd49fff2cf92b Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Sun, 27 Jul 2025 12:43:45 +0530 Subject: [PATCH] reduce code font size --- src/app/plugins/react-custom-html-parser.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/plugins/react-custom-html-parser.tsx b/src/app/plugins/react-custom-html-parser.tsx index 665922c9..ba40c978 100644 --- a/src/app/plugins/react-custom-html-parser.tsx +++ b/src/app/plugins/react-custom-html-parser.tsx @@ -258,7 +258,7 @@ export function CodeBlock({ }; return ( - +
@@ -433,9 +433,9 @@ export const getReactCustomHtmlParser = ( } } else { return ( - + {domToReact(children, opts)} - + ); } }