Commit dbc01d6 1 parent bb82a20 commit dbc01d6 Copy full SHA for dbc01d6
File tree 2 files changed +8
-2
lines changed
packages/suite/src/components/suite/SecurityCheck
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,13 @@ export const SecurityCheckFail = ({
67
67
</ Button >
68
68
) }
69
69
< Flex >
70
- < Button href = { chatUrl } isFullWidth size = "large" variant = { supportButtonVariant } >
70
+ < Button
71
+ textWrap = { false }
72
+ href = { chatUrl }
73
+ isFullWidth
74
+ size = "large"
75
+ variant = { supportButtonVariant }
76
+ >
71
77
< Translation id = "TR_CONTACT_TREZOR_SUPPORT" />
72
78
</ Button >
73
79
</ Flex >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const Wrapper = styled.div`
12
12
gap: 24px;
13
13
width: 100%;
14
14
15
- @media only screen and (max-width: ${ variables . SCREEN_SIZE . XL } ) {
15
+ @media only screen and (max-width: ${ variables . SCREEN_SIZE . MD } ) {
16
16
grid-template-columns: 1fr;
17
17
flex-direction: column;
18
18
}
You can’t perform that action at this time.
0 commit comments