Skip to content

Commit c2d221e

Browse files
committed
fix: style
1 parent 3318812 commit c2d221e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/_webapp/src/components/message-entry-container/tools/xtramcp/generate-citations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const GenerateCitationsCard = ({ functionName, message, preparing, animat
109109
</div>
110110

111111
{/* CONTENT - OUTSIDE/BELOW the tool card, always visible */}
112-
<div className="canselect text-sm mt-2">
112+
<div className="canselect text-sm">
113113
<MarkdownComponent animated={animated}>{result.content}</MarkdownComponent>
114114
</div>
115115
</>

0 commit comments

Comments
 (0)