diff --git a/app/MindWork AI Studio/Components/CodeBlock.razor b/app/MindWork AI Studio/Components/CodeBlock.razor index f0a4167a..d2b73745 100644 --- a/app/MindWork AI Studio/Components/CodeBlock.razor +++ b/app/MindWork AI Studio/Components/CodeBlock.razor @@ -1,15 +1,22 @@ - -@if (!this.IsInline) +@if (!this.IsInline) { @if (this.ParentTabs is null) { - -
@this.ChildContent
+ +
+                
+                    @this.ChildContent
+                
+            
} } else { - @this.ChildContent + + + @this.ChildContent + + }