From 198b310f4b4b4d55b2e9c8de1fb78da9a1bf799d Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 13 Nov 2014 03:52:05 +0000 Subject: [PATCH] Fixed menu icon spacing. --- resources/report/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index 74ef7b40..b6253942 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -110,7 +110,9 @@ dialog[data-type=warn] > span:first-child { dialog button { margin: 0.5em; } - +paper-item > core-icon { + margin-right: 0.5em; +}