Skip to content

Commit

Permalink
fix: some issues on sign page (#2186)
Browse files Browse the repository at this point in the history
* fix: word break

* chore: update security engine
  • Loading branch information
vvvvvv1vvvvvv authored Apr 11, 2024
1 parent ccb7cb5 commit c1f9824
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@rabby-wallet/gnosis-sdk": "1.3.6",
"@rabby-wallet/page-provider": "0.3.2",
"@rabby-wallet/rabby-api": "0.7.11",
"@rabby-wallet/rabby-security-engine": "^1.1.19",
"@rabby-wallet/rabby-security-engine": "1.1.20",
"@rabby-wallet/rabby-swap": "0.0.32",
"@rabby-wallet/widgets": "1.0.9",
"@rematch/core": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/ui/views/Approval/components/CommonAction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export const CommonAction = ({
{t('page.signTx.common.description')}
</Row>
<Row className="flex flex-row items-center gap-x-4">
<span>{actionData.desc}</span>
<span className="break-all">{actionData.desc}</span>
{/* <TooltipWithMagnetArrow
overlayClassName="rectangle w-[260px]"
title={descTip}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4499,10 +4499,10 @@
lodash "^4.17.21"
qss "^2.0.3"

"@rabby-wallet/rabby-security-engine@^1.1.19":
version "1.1.19"
resolved "https://registry.yarnpkg.com/@rabby-wallet/rabby-security-engine/-/rabby-security-engine-1.1.19.tgz#9dc37b1be9eebe6afc5045cbce38cbe422577985"
integrity sha512-06BDCH3MzI3dE0inZ8Am6FAXgpJJD0Jou4kAC3K2enYZAsemjnZorEFgIyNsDuDc0vsmTkDyx5ZgC5aHwdkWMw==
"@rabby-wallet/[email protected].20":
version "1.1.20"
resolved "https://registry.yarnpkg.com/@rabby-wallet/rabby-security-engine/-/rabby-security-engine-1.1.20.tgz#499d94a8f2d7a6b34b53ba6f3cc2469c4e5d0823"
integrity sha512-6/IZ2zSQkd5ttVYbX5M/z3IxqxfXyxBHA22FNuA6f77NSvI6AyOnceht1CGNC177fnYkXKeYNWAChuN60kgFZQ==

"@rabby-wallet/rabby-sign@^0.3.3":
version "0.3.3"
Expand Down

0 comments on commit c1f9824

Please sign in to comment.