{messages.map((msg) => {
// System messages (e.g. compaction notifications)
if (msg.role === "system") {
@@ -125,7 +125,7 @@ export const MessageList = memo(function MessageList({ messages, streamingIds }:
)}
{isStreaming ? (
diff --git a/packages/ui/src/styles/globals.css b/packages/ui/src/styles/globals.css
index 7c7f1cf1..b66018d1 100644
--- a/packages/ui/src/styles/globals.css
+++ b/packages/ui/src/styles/globals.css
@@ -257,7 +257,7 @@
}
@utility container {
- @apply w-full max-w-5xl mx-auto;
+ @apply w-full max-w-4xl mx-auto;
}
@layer base {