Skip to content

Commit

Permalink
fix(suite): Update breakpoint for welcome screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jvaclavik committed Mar 10, 2025
1 parent bb82a20 commit dbc01d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,13 @@ export const SecurityCheckFail = ({
</Button>
)}
<Flex>
<Button href={chatUrl} isFullWidth size="large" variant={supportButtonVariant}>
<Button
textWrap={false}
href={chatUrl}
isFullWidth
size="large"
variant={supportButtonVariant}
>
<Translation id="TR_CONTACT_TREZOR_SUPPORT" />
</Button>
</Flex>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const Wrapper = styled.div`
gap: 24px;
width: 100%;
@media only screen and (max-width: ${variables.SCREEN_SIZE.XL}) {
@media only screen and (max-width: ${variables.SCREEN_SIZE.MD}) {
grid-template-columns: 1fr;
flex-direction: column;
}
Expand Down

0 comments on commit dbc01d6

Please sign in to comment.