fix button not expanding to full width on smaller screen size

pull/269/head
slowbackspace 6 years ago
parent 27a3254c04
commit 1fd2b8af52

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

Loading…
Cancel
Save