Skip to content

Commit

Permalink
fix(chat): add padding to text in cards (Issue #2833)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derikyan committed Dec 20, 2024
1 parent 1677ee5 commit 999b345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chat/src/components/Chat/TalkTo/TalkToCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export const TalkToCard = ({
<ModelIcon entityId={entity.id} entity={entity} size={iconSize} />
)}
</div>
<div className="flex grow flex-col justify-center overflow-hidden leading-4">
<div className="flex grow flex-col justify-center gap-2 overflow-hidden leading-4">
{!!versionsToSelect.length && (
<div className="flex items-center">
<p className="mr-1 text-xs text-secondary">{t('Version')}: </p>
Expand Down

0 comments on commit 999b345

Please sign in to comment.