diff --git a/src/components/molecules/Wallet/Details.module.css b/src/components/molecules/Wallet/Details.module.css index d750ed25e..af4ea4a14 100644 --- a/src/components/molecules/Wallet/Details.module.css +++ b/src/components/molecules/Wallet/Details.module.css @@ -2,6 +2,10 @@ padding: calc(var(--spacer) / 4); } +.details > section[class*="feedback"] { + margin-top: calc(var(--spacer) / 2) +} + .balance { font-size: var(--font-size-base); font-weight: var(--font-weight-bold);