From e9ca10ec32c7cd7054550b3b56e723d1d1fdd4a6 Mon Sep 17 00:00:00 2001 From: Kristian Lyngstol Date: Sat, 28 May 2016 18:19:08 +0200 Subject: front: Tweak info-box looks/width Makes it more snug and look the same all over --- web/js/nms-map-handlers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/js/nms-map-handlers.js') diff --git a/web/js/nms-map-handlers.js b/web/js/nms-map-handlers.js index 61a5a05..33c8ad8 100644 --- a/web/js/nms-map-handlers.js +++ b/web/js/nms-map-handlers.js @@ -606,7 +606,7 @@ function healthInfo(sw) { } } worst.data = [{ - description: "Health (lower is better): ", + description: "Health (lower is better)", value: worst.score + " (" + worst.why + ")" }]; return worst; -- cgit v1.2.3