Negative margin prevented clicking on top half of bet row button
This commit is contained in:
parent
9fa457dec8
commit
967ac1b08d
|
@ -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>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user