When looking at larger bundles and expecting a certain TX to be there, I've tried to just CTRL+F for the transaction hash when the modal appears.
This doesn't work as it gets shortended in JS. With this change it gets shortened by CSS (text-overflowis supported by all browsers for years) and can then be searched. This is a small but user-friendly change.
I've tested and it works fine on desktop and mobile with Firefox.
When looking at larger bundles and expecting a certain TX to be there, I've tried to just CTRL+F for the transaction hash when the modal appears.
This doesn't work as it gets shortended in JS. With this change it gets shortened by CSS (
text-overflow
is supported by all browsers for years) and can then be searched. This is a small but user-friendly change.I've tested and it works fine on desktop and mobile with Firefox.