fix card spacing

This commit is contained in:
Sean Yesmunt 2018-06-20 17:56:42 -04:00
parent aeaed80999
commit 015ff765db
2 changed files with 12 additions and 12 deletions

View file

@ -131,17 +131,15 @@ class ActiveShapeShift extends React.PureComponent<Props> {
href={`https://shapeshift.io/#/status/${shiftOrderId}`} href={`https://shapeshift.io/#/status/${shiftOrderId}`}
/> />
)} )}
</div>
{shiftState === statuses.NO_DEPOSITS && {shiftState === statuses.NO_DEPOSITS &&
shiftReturnAddress && ( shiftReturnAddress && (
<div className="shapeshift__actions-help"> <div className="help">
<span className="help">
If the transaction doesn't go through, ShapeShift will return your {shiftCoinType}{' '} If the transaction doesn't go through, ShapeShift will return your {shiftCoinType}{' '}
back to {shiftReturnAddress} back to {shiftReturnAddress}
</span>
</div> </div>
)} )}
</div> </div>
</div>
); );
} }
} }

View file

@ -66,9 +66,11 @@ class WalletAddress extends React.PureComponent<Props> {
/> />
</div> </div>
{showQR && (
<div className="card__content"> <div className="card__content">
{showQR && <QRCode value={receiveAddress} paddingTop />} <QRCode value={receiveAddress} paddingTop />
</div> </div>
)}
<div className="card__content"> <div className="card__content">
<div className="help"> <div className="help">