Fix spacing

This commit is contained in:
2023-07-31 22:05:57 +00:00
parent 306860bf51
commit 1f381efab0
3 changed files with 15 additions and 11 deletions
+3 -5
View File
@@ -213,7 +213,7 @@ export function Paymaster(props) {
/>
</div>
<div>
<div className='bottomMargin'>
Please explain what you bought:<br/>
<Input
value={consumablesMemo}
@@ -252,7 +252,7 @@ export function Paymaster(props) {
/>
</div>
<div>
<div className='bottomMargin'>
Optional memo:<br/>
<Input
value={memo}
@@ -267,8 +267,6 @@ export function Paymaster(props) {
custom={JSON.stringify({ category: 'Donation', member: user.member.id, memo: memo })}
/>
<p/>
<PayWithProtocoin
token={token} user={user} refreshUser={refreshUser}
amount={donate}
@@ -305,4 +303,4 @@ export function Paymaster(props) {
</Grid>
</Container>
);
};
};