From c6af287c8958d683201faa795fb16e0eec6c865d Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 29 May 2025 21:54:38 +0200 Subject: [PATCH] Formatting --- .../Components/CodeBlock.razor | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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 + + }