1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-26 08:58:06 +00:00

put back styles

This commit is contained in:
Vladimir Volek 2018-12-10 15:21:12 +01:00
parent da429c314f
commit 59aa111870

View File

@ -50,6 +50,8 @@ const ShowAddressButton = styled(Button)`
@media screen and (max-width: 795px) { @media screen and (max-width: 795px) {
margin-top: 10px; margin-top: 10px;
align-self: auto;
border-radius: 3px;
} }
`; `;