Skip to content

Commit dbc01d6

Browse files
committed
fix(suite): Update breakpoint for welcome screen
1 parent bb82a20 commit dbc01d6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/suite/src/components/suite/SecurityCheck/SecurityCheckFail.tsx

+7-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,13 @@ export const SecurityCheckFail = ({
6767
</Button>
6868
)}
6969
<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+
>
7177
<Translation id="TR_CONTACT_TREZOR_SUPPORT" />
7278
</Button>
7379
</Flex>

packages/suite/src/components/suite/SecurityCheck/SecurityCheckLayout.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const Wrapper = styled.div`
1212
gap: 24px;
1313
width: 100%;
1414
15-
@media only screen and (max-width: ${variables.SCREEN_SIZE.XL}) {
15+
@media only screen and (max-width: ${variables.SCREEN_SIZE.MD}) {
1616
grid-template-columns: 1fr;
1717
flex-direction: column;
1818
}

0 commit comments

Comments
 (0)