1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-27 08:21:27 +00:00

strech device menu width to its parent's width

This commit is contained in:
slowbackspace 2019-01-21 17:12:17 +01:00
parent 251eb61177
commit 9f190dc993

View File

@ -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);