Skip to content

Commit 673619e

Browse files
authored
Merge pull request #1546 from alephium/fix-truncate
Fix address truncation
2 parents e56a53b + 8707a77 commit 673619e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/desktop-wallet/src/features/send/CheckAddressesBox.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,6 @@ const DAppAndDestinationAddress = styled.div`
9393
display: flex;
9494
flex-direction: column;
9595
gap: var(--spacing-1);
96+
flex: 1;
97+
min-width: 0;
9698
`

0 commit comments

Comments
 (0)