mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-05 04:41:25 +00:00
same width for sign and verify columns
This commit is contained in:
parent
263e09dad1
commit
c7fc823806
@ -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…
Reference in New Issue
Block a user