From d69c26961b1fdfd3759ce972b8e8f2b5afc2224a Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Tue, 21 Aug 2018 08:09:37 +0200 Subject: [PATCH] Fix "AccountRow" border offsetting its content --- .../components/LeftNavigation/components/AccountMenu/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js b/src/js/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js index b701abaf..778b4c61 100644 --- a/src/js/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js +++ b/src/js/views/Wallet/components/LeftNavigation/components/AccountMenu/index.js @@ -37,6 +37,7 @@ const RowAccountWrapper = styled.div` padding: ${LEFT_NAVIGATION_ROW.PADDING}; font-size: ${FONT_SIZE.SMALL}; color: ${colors.TEXT_PRIMARY}; + border-left: ${BORDER_WIDTH.SELECTED} solid transparent; ${props => props.borderTop && css` border-top: 1px solid ${colors.DIVIDER}; `}