Skip to content

Commit

Permalink
Negative margin prevented clicking on top half of bet row button
Browse files Browse the repository at this point in the history
  • Loading branch information
jahooma committed Jan 30, 2022
1 parent 9fa457d commit 967ac1b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web/components/contract-feed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -685,10 +685,7 @@ export function ContractFeed(props: {
))}
</ul>
{tradingAllowed(contract) && (
<BetRow
contract={contract}
className={clsx('-mt-4', betRowClassName)}
/>
<BetRow contract={contract} className={clsx('mb-2', betRowClassName)} />
)}
</div>
)
Expand Down

0 comments on commit 967ac1b

Please sign in to comment.