mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-28 00:41:08 +00:00
strech device menu width to its parent's width
This commit is contained in:
parent
251eb61177
commit
9f190dc993
@ -19,6 +19,8 @@ import Divider from '../Divider';
|
|||||||
|
|
||||||
const Wrapper = styled.div`
|
const Wrapper = styled.div`
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
padding-bottom: 8px;
|
||||||
border-bottom: 1px solid #E3E3E3;
|
border-bottom: 1px solid #E3E3E3;
|
||||||
background: white;
|
background: white;
|
||||||
box-shadow: 0 3px 8px rgba(0,0,0,0.06);
|
box-shadow: 0 3px 8px rgba(0,0,0,0.06);
|
||||||
|
Loading…
Reference in New Issue
Block a user