Skip to content

Commit

Permalink
[DDW-942] Adjust for large asset names
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Araujo committed Mar 21, 2022
1 parent 69342e7 commit 6bf03d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
.favoriteIcon {
border-radius: 3px;
cursor: pointer;
flex-shrink: 0;
height: 22px;
margin-left: 10px;
opacity: 0.3;
Expand Down Expand Up @@ -50,6 +51,7 @@
.asset {
margin-left: 10px;
margin-right: auto;
overflow: hidden;
width: auto;
}

Expand Down
2 changes: 1 addition & 1 deletion storybook/stories/wallets/tokens/WalletTokens.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const assets = [
// @ts-ignore ts-migrate(2554) FIXME: Expected 7 arguments, but got 4.
generateAssetToken(
'65bc72542b0ca20391caaf66a4d4d7897d281f9c136cd3513136945b',
'',
'546f6b656e2077697468206c61726765206e616d65',
'tokenb0ca20391caaf66a4d4d7897d281f9c136cd3513136945b2342',
400
),
Expand Down

0 comments on commit 6bf03d9

Please sign in to comment.