1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-02 21:28:12 +00:00

quickfix: Log component width 100%

100% width on LandingPage
This commit is contained in:
Szymon Lesisz 2018-10-11 15:30:42 +02:00
parent f5bf14b776
commit 449b2923fd

View File

@ -25,6 +25,7 @@ const Wrapper = styled.div`
display: flex;
flex-direction: column;
text-align: left;
width: 100%;
`;
const Click = styled.div`