From ad6a4881faed0e55058fba554e41c2e060669db5 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Sat, 24 Jun 2017 14:06:22 +0800 Subject: [PATCH] fix(traces): Values of 0 shouldn't have units specified --- modules/traces/client/less/traces.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/traces/client/less/traces.less b/modules/traces/client/less/traces.less index 6ffea6d5..f77b63d5 100644 --- a/modules/traces/client/less/traces.less +++ b/modules/traces/client/less/traces.less @@ -5,7 +5,7 @@ json-tree { &::before { content: '\25b6'; position: absolute; - left: 0px; + left: 0; top: 2px; font-size: 10px; transition: transform .1s ease;