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}; `;