Tables appear to have some styling issues as per what's seen on the "Extend" (module listing) page. The table is overflowing from within the container, which appears to be div.details-wrapper. Adding "table-layout:fixed;width:100%" appears to treat the symptom but I'm not convinced it's a full-proof solution as adding this causes the width of the tds to enlarge beyond what I believe the design was meant to have.

Thoughts?

Comments

Wolf_22 created an issue. See original summary.

devshi.addweb’s picture

Status: Active » Needs review
StatusFileSize
new1.51 KB

You can apply below patch to resolve your issue.