Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Meenu/fix: added max width #385

Merged
merged 1 commit into from
Feb 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/components/src/lib/card/live-market/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const LiveMarketCard: React.FC<LiveMarketCardProps> = ({
)}
>
<div className="flex h-[52px] shrink-0 grow flex-row justify-between gap-gap-sm">
<div className="flex max-w-[141px] flex-1 flex-row gap-gap-md">
<div className="flex max-w-[151px] flex-1 flex-row gap-gap-md">
<div className={clsx(status === 'closed' && 'opacity-600')}>
{instrumentIcon}
</div>
Expand Down
Loading