mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix(site): restore gap between agent chat messages (#23188)
This commit is contained in:
@@ -953,7 +953,7 @@ export const ConversationTimeline: FC<ConversationTimelineProps> = ({
|
||||
<p className="text-sm">Start a conversation with your agent.</p>
|
||||
</div>
|
||||
) : (
|
||||
<div className="flex flex-col">
|
||||
<div className="flex flex-col gap-3">
|
||||
{parsedMessages.map(({ message, parsed }) =>
|
||||
message.role === "user" ? (
|
||||
<StickyUserMessage
|
||||
|
||||
Reference in New Issue
Block a user