diff --git a/static/style.css b/static/style.css index c4d6f2b..ecc7dad 100644 --- a/static/style.css +++ b/static/style.css @@ -170,6 +170,7 @@ table#cv-chain-table { width: 100%; margin-bottom: 10px; border-spacing: 0; + table-layout: fixed; } tr#source-row-selected { @@ -286,8 +287,8 @@ div.cv-chain-detail { } td.cv-chain-cell { - width: 50%; vertical-align: top; + word-wrap: break-word; } td.cv-chain-cell:first-child {