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>
|
</ul>
|
||||||
{tradingAllowed(contract) && (
|
{tradingAllowed(contract) && (
|
||||||
<BetRow
|
<BetRow contract={contract} className={clsx('mb-2', betRowClassName)} />
|
||||||
contract={contract}
|
|
||||||
className={clsx('-mt-4', betRowClassName)}
|
|
||||||
/>
|
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user