mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-04 16:09:59 +02:00
fix(traces): Values of 0 shouldn't have units specified
This commit is contained in:
@@ -5,7 +5,7 @@ json-tree {
|
||||
&::before {
|
||||
content: '\25b6';
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
left: 0;
|
||||
top: 2px;
|
||||
font-size: 10px;
|
||||
transition: transform .1s ease;
|
||||
|
||||
Reference in New Issue
Block a user