From 6701ff4308a14388a9ff9127c0b47714ddd86a15 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 7 Jan 2015 12:13:13 -0500 Subject: [PATCH] code review --- src/css/devtool-log.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/css/devtool-log.css b/src/css/devtool-log.css index 154e2d841..1e4d13c2f 100644 --- a/src/css/devtool-log.css +++ b/src/css/devtool-log.css @@ -44,19 +44,24 @@ body { } #content table tr td { border: 1px solid #ccc; - hyphens: none; padding: 3px; vertical-align: top; + } +#content table tr td:nth-of-type(1) { white-space: normal; + width: 25%; word-break: break-all; word-wrap: break-word; } -#content table tr td:nth-of-type(1) { - width: 15%; +#content table tr td:nth-of-type(2) { + white-space: nowrap; } #content table tr td:nth-of-type(3) { border-right: none; - width: 75%; + white-space: normal; + width: 60%; + word-break: break-all; + word-wrap: break-word; } #content table tr td:nth-of-type(3) b { font-weight: normal;