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> </ul>
{tradingAllowed(contract) && ( {tradingAllowed(contract) && (
<BetRow <BetRow contract={contract} className={clsx('mb-2', betRowClassName)} />
contract={contract}
className={clsx('-mt-4', betRowClassName)}
/>
)} )}
</div> </div>
) )