1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-05 22:00:59 +00:00

remove button max width

This commit is contained in:
slowbackspace 2019-03-04 12:55:21 +01:00
parent 0add59669b
commit f47fddf1f8

View File

@ -68,7 +68,6 @@ const CopyWrapper = styled.div`
const ButtonCopy = styled(Button)`
margin-top: 10px;
max-width: 200px;
`;
const Log = (props: Props): ?React$Element<string> => {