Skip to content

Commit 6bf03d9

Browse files
author
Lucas Araujo
committed
[DDW-942] Adjust for large asset names
1 parent 69342e7 commit 6bf03d9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

source/renderer/app/components/wallet/tokens/wallet-token/WalletTokenHeader.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
.favoriteIcon {
1818
border-radius: 3px;
1919
cursor: pointer;
20+
flex-shrink: 0;
2021
height: 22px;
2122
margin-left: 10px;
2223
opacity: 0.3;
@@ -50,6 +51,7 @@
5051
.asset {
5152
margin-left: 10px;
5253
margin-right: auto;
54+
overflow: hidden;
5355
width: auto;
5456
}
5557

storybook/stories/wallets/tokens/WalletTokens.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const assets = [
3636
// @ts-ignore ts-migrate(2554) FIXME: Expected 7 arguments, but got 4.
3737
generateAssetToken(
3838
'65bc72542b0ca20391caaf66a4d4d7897d281f9c136cd3513136945b',
39-
'',
39+
'546f6b656e2077697468206c61726765206e616d65',
4040
'tokenb0ca20391caaf66a4d4d7897d281f9c136cd3513136945b2342',
4141
400
4242
),

0 commit comments

Comments
 (0)