fix(site): add top margin to chat stream error alert (#23382)

This commit is contained in:
Danielle Maywood
2026-03-20 20:34:27 +00:00
committed by GitHub
parent 4aa94fcd4c
commit 32021b3ac2
@@ -896,7 +896,7 @@ export const ConversationTimeline: FC<ConversationTimelineProps> = ({
}
return (
<div className="mx-auto w-full max-w-3xl py-6">
<div className="mx-auto w-full max-w-3xl space-y-3 py-6">
{isEmpty && !hasStreamOutput ? (
<div className="py-12 text-center text-content-secondary">
<p className="text-sm">Start a conversation with your agent.</p>