From b45c958ae8b26376923640921c711abcc0376c70 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 22 Sep 2020 15:29:22 +0000 Subject: [PATCH] fix feedback spacing in wallet details * closes #50 --- src/components/molecules/Wallet/Details.module.css | 4 ++++ 1 file changed, 4 insertions(+) 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);