From 896c9a79b27921361751c613f9359ef29d40509a Mon Sep 17 00:00:00 2001 From: Anup Date: Mon, 11 Mar 2019 23:37:39 +0530 Subject: [PATCH] Fixes #19 - Break the text into next line for long props --- src/devtools/views/Elements/KeyValue.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devtools/views/Elements/KeyValue.css b/src/devtools/views/Elements/KeyValue.css index d8d94b11a2..7a9e2dbf4a 100644 --- a/src/devtools/views/Elements/KeyValue.css +++ b/src/devtools/views/Elements/KeyValue.css @@ -14,6 +14,7 @@ .Value { color: var(--color-attribute-value); + word-break: break-all; } .None {