From 2eda23fd06912e979622c9444f61e33739e96254 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sat, 25 Jul 2026 01:35:24 +0100 Subject: [PATCH] Enhance CodeBlockEditor styling for minimal mode - Added a class name 'minimal-code-block-editor' to the div in minimal mode for improved styling and potential CSS targeting. --- src/components/Dashboard/common/CodeBlockEditor.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Dashboard/common/CodeBlockEditor.jsx b/src/components/Dashboard/common/CodeBlockEditor.jsx index ebb5d0b..e4a7163 100644 --- a/src/components/Dashboard/common/CodeBlockEditor.jsx +++ b/src/components/Dashboard/common/CodeBlockEditor.jsx @@ -140,7 +140,10 @@ export default function CodeBlockEditor({ return ( <> {minimal ? ( -
+
{ setCodeMirrorOpen(true)