mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-30 12:18:09 +00:00
Merge pull request #482 from trezor/fix/sign-verify-cols-width
Fix/same width for sign and verify columns
This commit is contained in:
commit
be3175edf2
@ -44,7 +44,7 @@ const StyledButton = styled(Button)`
|
|||||||
|
|
||||||
const Column = styled.div`
|
const Column = styled.div`
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1 1 50%;
|
flex: 1 1 auto;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
@media screen and (max-width: ${SCREEN_SIZE.MD}) {
|
@media screen and (max-width: ${SCREEN_SIZE.MD}) {
|
||||||
|
Loading…
Reference in New Issue
Block a user