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.
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 adiv
inside thetd
.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.