From: Alexander Moisseev Date: Mon, 9 Jan 2017 16:33:01 +0000 (+0300) Subject: [WebUI] Reduce font size of graph's legend X-Git-Tag: 1.5.0~382^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1331%2Fhead;p=thirdparty%2Frspamd.git [WebUI] Reduce font size of graph's legend Fixes labels overlapping on page zoom out. --- diff --git a/interface/css/d3evolution.css b/interface/css/d3evolution.css index a27a61d478..9998c6258c 100644 --- a/interface/css/d3evolution.css +++ b/interface/css/d3evolution.css @@ -13,7 +13,7 @@ } .d3evolution .axis, .d3evolution .legend { - font-size: 13px; + font-size: 12px; } .d3evolution .axis path, .d3evolution .axis line {