From f38a125f83701db1e6e563816311eb959cea405c Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 25 Mar 2019 12:54:37 +0100 Subject: [PATCH] same height footer --- src/views/Wallet/components/LeftNavigation/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Wallet/components/LeftNavigation/index.js b/src/views/Wallet/components/LeftNavigation/index.js index 4a89a1e1..03dc1e23 100644 --- a/src/views/Wallet/components/LeftNavigation/index.js +++ b/src/views/Wallet/components/LeftNavigation/index.js @@ -75,6 +75,7 @@ const Help = styled.div` justify-content: center; text-align: center; width: 319px; + height: 59px; padding: 8px 0px; border-top: 1px solid ${colors.BACKGROUND}; `;