From bb179c9bba5efc06aef8cf47dcc4dc5bc9866247 Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Mon, 22 Jan 2018 18:36:39 -0200 Subject: [PATCH] fix glued buttons on ledger panel - this should be only for 0.21.x and 0.20.x - this separated claim button from add funds button a bit fix #12776 --- app/renderer/components/preferences/payment/enabledContent.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/renderer/components/preferences/payment/enabledContent.js b/app/renderer/components/preferences/payment/enabledContent.js index dcfd75192d9..5a0b49e0ad8 100644 --- a/app/renderer/components/preferences/payment/enabledContent.js +++ b/app/renderer/components/preferences/payment/enabledContent.js @@ -523,7 +523,8 @@ const styles = StyleSheet.create({ }, claimButton: { - marginTop: '10px' + marginBottom: '10px', + marginTop: 0 }, enabledContent__grant: {