diff --git a/client/src/components/Chat/Messages/Content/Parts/BashCall.tsx b/client/src/components/Chat/Messages/Content/Parts/BashCall.tsx index 9db77c2396..ae21f6de32 100644 --- a/client/src/components/Chat/Messages/Content/Parts/BashCall.tsx +++ b/client/src/components/Chat/Messages/Content/Parts/BashCall.tsx @@ -135,20 +135,22 @@ export default function BashCall({ )} > {command && ( -
+
-
-                  
-                  {highlighted ?? command}
-                
+
+
+                    
+                    {highlighted ?? command}
+                  
+
)} {hasOutput && backgroundHandle == null && (