diff --git a/web/cashtab/src/components/Send/Send.js b/web/cashtab/src/components/Send/Send.js --- a/web/cashtab/src/components/Send/Send.js +++ b/web/cashtab/src/components/Send/Send.js @@ -55,12 +55,17 @@ `; const AmountPreviewCtn = styled.div` - margin-top: -30px; + display: flex; + flex-direction: column; + justify-content: top; + max-height: 1rem; `; const SendInputCtn = styled.div` - .ant-form-item-with-help { - margin-bottom: 32px; + .ant-form-item-explain-error { + @media (max-width: 300px) { + font-size: 12px; + } } `; @@ -869,7 +874,7 @@ )}
{!balances.totalBalance || diff --git a/web/cashtab/src/components/Send/__tests__/__snapshots__/Send.test.js.snap b/web/cashtab/src/components/Send/__tests__/__snapshots__/Send.test.js.snap --- a/web/cashtab/src/components/Send/__tests__/__snapshots__/Send.test.js.snap +++ b/web/cashtab/src/components/Send/__tests__/__snapshots__/Send.test.js.snap @@ -123,7 +123,7 @@ open={false} >

@@ -703,7 +703,7 @@ open={false} >

@@ -1288,7 +1288,7 @@ open={false} >

@@ -1869,7 +1869,7 @@ open={false} >

@@ -2444,7 +2444,7 @@ open={false} >