Skip to content

Commit

Permalink
single line outcome text
Browse files Browse the repository at this point in the history
  • Loading branch information
Robiquet committed Feb 7, 2024
1 parent e2c7146 commit dca3ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/markets/market-card/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const MarketCardPredictionBar = ({
return (
<div className={`relative h-[30px] w-full bg-gray-200 transition-all`}>
<div className="absolute flex h-full w-full items-center justify-between px-2.5 text-sm">
<span className="text-blue">{name}</span>
<span className="line-clamp-1 text-blue">{name}</span>
<span className="text-blue transition-all">{impliedPercentage}%</span>
</div>
<div
Expand Down

0 comments on commit dca3ce0

Please sign in to comment.