From 12578593b939ac7386a877d06e3d24ca543280fe Mon Sep 17 00:00:00 2001 From: William Viker Date: Mon, 4 Jun 2018 11:22:02 +0200 Subject: [PATCH] too long words in the log - hide rather than scroll. --- public/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.css b/public/index.css index bc803dc6b6..ba1d2d0eff 100644 --- a/public/index.css +++ b/public/index.css @@ -143,7 +143,7 @@ label { font-size: 12px; height: 500px; overflow-y: scroll; - overflow-x: visible; + overflow-x: hidden; } .log-line {