mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-04 12:21:19 +00:00
fix button not expanding to full width on smaller screen size
This commit is contained in:
parent
27a3254c04
commit
1fd2b8af52
@ -51,6 +51,8 @@ const ShowAddressButton = styled(Button)`
|
|||||||
|
|
||||||
${media.lessThan('795px')`
|
${media.lessThan('795px')`
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
align-self: auto;
|
||||||
|
border-radius: 3px;
|
||||||
`}
|
`}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user