From 9f190dc993a85b58605d96ad60670da843720b7f Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 21 Jan 2019 17:12:17 +0100 Subject: [PATCH] strech device menu width to its parent's width --- .../components/LeftNavigation/components/DeviceMenu/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js b/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js index 5879fc79..cb4f36d9 100644 --- a/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js +++ b/src/views/Wallet/components/LeftNavigation/components/DeviceMenu/index.js @@ -19,6 +19,8 @@ import Divider from '../Divider'; const Wrapper = styled.div` position: absolute; + width: 100%; + padding-bottom: 8px; border-bottom: 1px solid #E3E3E3; background: white; box-shadow: 0 3px 8px rgba(0,0,0,0.06);