Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix overflow issue on mobile transaction page (#11029)
## Description Describe the changes or additions included in this PR. [Before](https://explorer.sui.io/txblock/C4w5Zekb51ToBCTV9HPSWHyKFRLDNKTmMYuUPrsgBax5) <img width="399" alt="Screenshot 2023-04-18 at 5 33 38 AM" src="https://user-images.githubusercontent.com/126525197/232736342-34e81356-0819-4bb6-add4-7f510e4ce5f8.png"> [After](https://explorer-git-gj-explorer-txn-mobile-overflow-mysten-labs.vercel.app/txblock/C4w5Zekb51ToBCTV9HPSWHyKFRLDNKTmMYuUPrsgBax5) <img width="391" alt="Screenshot 2023-04-18 at 5 33 19 AM" src="https://user-images.githubusercontent.com/126525197/232736242-106d223c-5505-4690-bf61-41498bf8630b.png"> ## Test Plan How did you test the new or updated feature? --- If your changes are not user-facing and not a breaking change, you can skip the following section. Otherwise, please indicate what changed, and then add to the Release Notes section as highlighted during the release process. ### Type of Change (Check all that apply) - [ ] user-visible impact - [ ] breaking change for a client SDKs - [ ] breaking change for FNs (FN binary must upgrade) - [ ] breaking change for validators or node operators (must upgrade binaries) - [ ] breaking change for on-chain data layout - [ ] necessitate either a data wipe or data migration ### Release notes
- Loading branch information