Skip to content

Commit

Permalink
Add some margin
Browse files Browse the repository at this point in the history
  • Loading branch information
harryttd committed Oct 6, 2023
1 parent 11ab19f commit 49f7665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Faucet/UserInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function UserInfo({
displayBalance: boolean
}) {
return (
<Card bg="light" text="dark" className="d-inline-block mw-100">
<Card bg="light" text="dark" className="d-inline-block mw-100 mb-1">
<Card.Body className="d-flex align-items-center p-1">
<Wallet2 size={20} />
<span className="text-truncate fw-bold ms-2 me-2">
Expand Down

0 comments on commit 49f7665

Please sign in to comment.