From 8018bfeb523a6e9c1f2a40ad54d3a8bc838e3b34 Mon Sep 17 00:00:00 2001 From: Satria Kautsar Date: Tue, 13 Nov 2018 12:30:10 +0100 Subject: [PATCH] Fix text overlaps in overview screen --- html_template/output/html_content/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html_template/output/html_content/css/style.css b/html_template/output/html_content/css/style.css index bca205d..b8d3d63 100755 --- a/html_template/output/html_content/css/style.css +++ b/html_template/output/html_content/css/style.css @@ -976,6 +976,7 @@ table { height: 1.2em; clear: both; font-size: small; + word-break: break-all; } .infobar .infoleft { @@ -993,7 +994,7 @@ table { } .network-overview .tablink { - width: 6.5em; float: left; font-size: smaller; + word-break: keep-all; } \ No newline at end of file -- GitLab