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