From 3f722542a0821e938b5002160b7192d7191ebf78 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sat, 25 Apr 2015 11:24:57 -0400 Subject: [PATCH] content of doc boundary rows must be able to wrap --- src/css/devtool-log.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/css/devtool-log.css b/src/css/devtool-log.css index fad27ce64..5f53a0b65 100644 --- a/src/css/devtool-log.css +++ b/src/css/devtool-log.css @@ -62,6 +62,9 @@ input:focus { } #content table tr.docBoundary > td:first-child { padding: 1em 0; + white-space: normal; + word-break: break-all; + word-wrap: break-word; } #content table tr.blocked { background-color: rgba(192, 0, 0, 0.1);