Skip to content

Commit 9002c44

Browse files
authored
Add padding to compensate for the removal of Citations (#2266)
1 parent 9310983 commit 9002c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/components/assistant/conversation/Conversation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export default function Conversation({
161161
}
162162

163163
return (
164-
<div className="pb-24">
164+
<div className="pb-32">
165165
{conversation.content.map((versionedMessages) => {
166166
const m = versionedMessages[versionedMessages.length - 1];
167167
const convoReactions = reactions.find((r) => r.messageId === m.sId);

0 commit comments

Comments
 (0)