1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 10:48:22 +00:00

fix xrp receive button overflow

This commit is contained in:
slowbackspace 2019-05-15 14:24:55 +02:00
parent 607ea8a6be
commit 1180fd789e

View File

@ -37,8 +37,6 @@ const StyledQRCode = styled(QRCode)`
`;
const ShowAddressButton = styled(Button)`
min-width: 195px;
padding: 0;
white-space: nowrap;
display: flex;
height: 40px;