mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-03 13:48:15 +00:00
quickfix: Log component width 100%
100% width on LandingPage
This commit is contained in:
parent
f5bf14b776
commit
449b2923fd
@ -25,6 +25,7 @@ const Wrapper = styled.div`
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
width: 100%;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const Click = styled.div`
|
const Click = styled.div`
|
||||||
|
Loading…
Reference in New Issue
Block a user