From 91f41d93a84b2d81b6f7cfa6034b6745cd1e275d Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 29 Sep 2015 02:45:39 -0500 Subject: [PATCH] Fix chain table display with text overflow. --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {