Decrease padding so sell shares label fits in one line
This commit is contained in:
parent
190a39b2d6
commit
24a9a79f16
|
@ -54,7 +54,7 @@ export function BetPanel(props: {
|
||||||
return (
|
return (
|
||||||
<Col className={className}>
|
<Col className={className}>
|
||||||
{sharesOutcome && user && mechanism === 'cpmm-1' && (
|
{sharesOutcome && user && mechanism === 'cpmm-1' && (
|
||||||
<Col className="rounded-t-md bg-gray-100 px-6 py-6">
|
<Col className="rounded-t-md bg-gray-100 px-4 py-6">
|
||||||
<Row className="items-center justify-between gap-2">
|
<Row className="items-center justify-between gap-2">
|
||||||
<div>
|
<div>
|
||||||
You have {formatWithCommas(Math.floor(shares))}{' '}
|
You have {formatWithCommas(Math.floor(shares))}{' '}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user