1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-25 23:41:07 +00:00

fix button not expanding to full width on smaller screen size

This commit is contained in:
slowbackspace 2018-12-10 14:21:17 +01:00
parent 27a3254c04
commit 1fd2b8af52

View File

@ -51,6 +51,8 @@ const ShowAddressButton = styled(Button)`
${media.lessThan('795px')`
margin-top: 10px;
align-self: auto;
border-radius: 3px;
`}
`;