kadena-io / block-explorer

https://explorer.chainweb.com
8 stars 7 forks source link

Fix layout issues from wide cells for Firefox #91

Closed enobayram closed 9 months ago

enobayram commented 9 months ago

I've noticed that #90 didn't improve the situation much for Firefox even though it solves the issue on Chrome and Safari. This PR fixes the layout issues for Firefox as well by moving the overflow-x:auto into a div inside the td.

This PR also makes the "Signature Capabilities" field display consistent with the "Events" field since capabilities and events are closely related in Pact, so there's no reason to display them differently.

enobayram commented 9 months ago

Here's how the transaction from #90 looks on master when rendered in Firefox: https://explorer.chainweb.com/testnet/txdetail/vhSV77Z4G0Vxid9kqkN-7l9JbydcV2etlKTvjj4rKkQ image

After this PR: Firefox: image Chrome: image