Skip to content

Commit

Permalink
fix(suite): fix wrapping on tor button (#15548)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavProchazka authored Nov 25, 2024
1 parent dc0109a commit 76222d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export const TorProgressBar = ({
<DisableButton
data-testid="@tor-loading-screen/disable-button"
variant="tertiary"
textWrap={false}
onClick={disableTor}
>
<Translation id="TR_TOR_DISABLE" />
Expand Down

0 comments on commit 76222d0

Please sign in to comment.