## Description
- Right alignment for texts
- Slack for context:
https://mysten-labs.slack.com/archives/C032676BWGN/p1683650782815109
- We are getting ObjectType as these format
```
0x2::coin::Coin<0x2::sui::SUI>
```
or
```
0x6e8afef4fe19f8981ca0b651b2ca4e60191790b7cef2ba8664f0f2e073803f3d::suicat::Global
```
With the original way to split, we will only get `Coin` as the
`typeName`
<img width="482" alt="Screenshot 2023-05-10 at 11 15 16 AM"
src="https://github.com/MystenLabs/sui/assets/127577476/1751f21f-b6a1-49be-afa4-ee52f1387ba1">
<img width="441" alt="Screenshot 2023-05-09 at 10 50 08 AM"
src="https://github.com/MystenLabs/sui/assets/127577476/56c0578a-e0a5-43d0-b73d-33a106056cb5">
<img width="523" alt="Screenshot 2023-05-09 at 4 23 29 PM"
src="https://github.com/MystenLabs/sui/assets/127577476/4b4e6a07-e141-4c8e-a6d7-a35e6c85d01b">
## 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
Co-authored-by: Phong Lam <phonglam@Phongs-Laptop.attlocal.net>