diff --git a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx
index b028bf78..25f4edbb 100644
--- a/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx
+++ b/src/vs/workbench/contrib/void/browser/react/src/sidebar-tsx/SidebarChat.tsx
@@ -382,8 +382,17 @@ const ChatBubble = ({ chatMessage, isLoading }: {
chatbubbleContents =
// sectionsHTML
}
- return
-
+ return
+
{chatbubbleContents}
{isLoading && }
@@ -552,7 +561,12 @@ export const SidebarChat = () => {
className={`w-full h-full`}
>
{/* previous messages */}
diff --git a/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx b/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx
index e89ac700..b85f2e2e 100644
--- a/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx
+++ b/src/vs/workbench/contrib/void/browser/react/src/util/inputs.tsx
@@ -301,7 +301,7 @@ export const VoidCodeEditor = ({ initValue, language }: { initValue: string, lan
return
instantiationService.createInstance(
CodeEditorWidget,