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

Commit

Permalink
fix: added max width
Browse files Browse the repository at this point in the history
  • Loading branch information
meenakshi-deriv committed Feb 22, 2024
1 parent bfff747 commit a229869
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit a229869

Please sign in to comment.