]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[WebUI] Reduce font size of graph's legend 1331/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Mon, 9 Jan 2017 16:33:01 +0000 (19:33 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Mon, 9 Jan 2017 16:33:01 +0000 (19:33 +0300)
Fixes labels overlapping on page zoom out.

interface/css/d3evolution.css

index a27a61d478bfce73084d09fdf9a2bdb8a471d456..9998c6258c1f082ab7f1fc8e36c325b1a05d86f0 100644 (file)
@@ -13,7 +13,7 @@
 }
 .d3evolution .axis,
 .d3evolution .legend {
-    font-size: 13px;
+    font-size: 12px;
 }
 .d3evolution .axis path,
 .d3evolution .axis line {