+
{groups.map((group) =>
group.type === ASSISTANT_PART_GROUP_TYPE.TOOL_CALL ? (
diff --git a/ui/app/(prowler)/lighthouse/_components/chat/message-markdown.tsx b/ui/app/(prowler)/lighthouse/_components/chat/message-markdown.tsx
index 57da15628c..89755c155e 100644
--- a/ui/app/(prowler)/lighthouse/_components/chat/message-markdown.tsx
+++ b/ui/app/(prowler)/lighthouse/_components/chat/message-markdown.tsx
@@ -12,7 +12,7 @@ export function MessageMarkdown({
isStreaming?: boolean;
}) {
return (
-
+
0;
return (
-
+
-
+
{streamState.activityItems.length > 0 ? (
) : (
@@ -74,7 +74,7 @@ function StreamingActivityGroups({
streamState.status === LIGHTHOUSE_V2_STREAM_STATUS.DISCONNECTED;
return (
-
+
{groups.map((group) =>
group.type === STREAMING_ACTIVITY_GROUP_TYPE.TOOL_CALL ? (
diff --git a/ui/styles/globals.css b/ui/styles/globals.css
index 56d8dc1d9e..6a902e6db1 100644
--- a/ui/styles/globals.css
+++ b/ui/styles/globals.css
@@ -312,6 +312,11 @@
.lighthouse-markdown p + ol {
margin-top: 0.25rem;
}
+
+ .lighthouse-markdown table {
+ min-width: 100%;
+ width: max-content;
+ }
}
/* ===== UTILITY LAYER ===== */