paradigmxyz / rivet

Developer Wallet & DevTools for Anvil
MIT License
816 stars 65 forks source link

fix: add ellipsis for overflowing rpc labels #87

Closed TrentConley closed 9 months ago

TrentConley commented 9 months ago

Fixed a visual overflow when the RPC is longer than "localhost:5137", especially useful when using Rivet to modify Tenderly forks or reading state directly from an RPC provider instead of forking with Anvil first. Modification below:

Old:

Screenshot 2023-12-06 at 6 57 55 PM

New:

Screenshot 2023-12-06 at 6 55 11 PM