mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
fix(site): add top margin to chat stream error alert (#23382)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user