Fix: Warn, info json view style

This commit is contained in:
surunzi
2016-09-12 13:19:34 +08:00
parent 59b6262592
commit 99f698903d
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
@import "../style/mixin";
.dev-tools { .tools {
.info {
.info.tool {
@include overflow-auto(y);
li {
background: #fff;

View File

@@ -7,7 +7,6 @@
font-family: $font-family-code;
font-size: $font-size-s;
line-height: 1.2;
background: #fff;
min-height: 100%;
&, ul {
list-style: none !important;