From c4b60b855285f3ee7c1a81fef8cf947c48b59884 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Wed, 19 Oct 2016 14:03:33 +0200 Subject: [PATCH] fix styling :sparkles: --- js/src/views/Status/components/Debug/Debug.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/js/src/views/Status/components/Debug/Debug.css b/js/src/views/Status/components/Debug/Debug.css index 483f451e6..9db3d2b5b 100644 --- a/js/src/views/Status/components/Debug/Debug.css +++ b/js/src/views/Status/components/Debug/Debug.css @@ -37,9 +37,11 @@ } .logs { + margin: 0; max-width: 100%; white-space: pre-line; word-wrap: break-word; + color: #aaa; } .stopped { @@ -47,13 +49,6 @@ padding: 1em 0; } -.log { - margin: 0; - white-space: nowrap; - overflow: visible; - color: #aaa; -} - .container { width: 100%; }