Wallet Address Last Digit Not Visible in QR Code Modal

π§© Summary
When viewing the wallet QR code modal, the wallet address text field cuts off the last character, making the full address unreadable. This creates a usability issue and potential risk of copying an incomplete or incorrect address.
π Description
Opening the QR modal for the wallet address shows a text field that does not auto-resize or wrap, and its width is insufficient to display the full address. The last digit of the address is visually hidden due to layout constraints.
This issue affects:
- Ethereum / Arcblock address display
- QR modal UI
- Copy / share experience
- User ability to visually verify address correctness
πΈ Evidence
From your screenshot:
- The address
0xe7AEf05d1bd30716738C117243FF703886β¦ - The final digit(s) on the right side are cut off
- No scroll, no expand, no hover-reveal, no tooltip
- The padding/margin inside the container is too tight
π§ͺ Steps to Reproduce
- Open the application.
- Click on your wallet to open the QR code modal.
- Observe the address displayed above the QR code.
- Notice the last character(s) are not visible.
π€ Expected Behavior
β Full wallet address should be visible β Text container should auto-expand or wrap β Tooltip on hover should show full address β UI should never truncate sensitive information
β Actual Behavior
β Last digit(s) of the address are cut off β No way to reveal the full address visually β Risk of copying or verifying incomplete address