Skip to content

Commit

Permalink
fix(chat): fix code app dot gap (Issue #3090) (#3139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derikyan authored Feb 11, 2025
1 parent d8d1bd1 commit a74bf76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/chat/src/components/Marketplace/ApplicationCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export const ApplicationCard = ({
<div className="flex whitespace-nowrap">
<div
className={classNames(
'mr-6 flex shrink gap-2 truncate text-base font-semibold leading-[20px] text-primary',
'mr-6 flex shrink truncate text-base font-semibold leading-[20px] text-primary',
!isMyApp && !entity.version && '!mr-12',
)}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const ApplicationDetailsHeader = ({ entity }: Props) => {
<ApplicationTopic key={topic} topic={topic} />
))}
</div>
<div className="flex items-center gap-2 whitespace-nowrap">
<div className="flex items-center gap-[2px] whitespace-nowrap">
<div
className="shrink truncate text-lg font-semibold leading-[18px] md:text-xl md:leading-6"
data-qa="agent-name"
Expand Down

0 comments on commit a74bf76

Please sign in to comment.