Merge pull request #482 from trezor/fix/sign-verify-cols-width

Fix/same width for sign and verify columns
pull/485/head
Vladimir Volek 5 years ago committed by GitHub
commit be3175edf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,7 @@ const StyledButton = styled(Button)`
const Column = styled.div`
display: flex;
flex: 1 1 50%;
flex: 1 1 auto;
flex-direction: column;
@media screen and (max-width: ${SCREEN_SIZE.MD}) {

Loading…
Cancel
Save