Negative margin prevented clicking on top half of bet row button

This commit is contained in:
jahooma 2022-01-29 21:21:57 -06:00
parent 9fa457dec8
commit 967ac1b08d

View File

@ -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>
)