jinkin1995 / vue-json-edit

Visual JSON editor built as an vue component. Provides a basic GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the indentation is wrong

nullscc opened this issue · comments

Hi,
I'm a backend engineer, I love this tool, but I found the indentation showing below is not ok, using the example code in README, could you help me to figure it out?
indentation

.clearfix {
        *zoom: 1;
 }
      
.clearfix:before,
.clearfix:after {
content: '';
        display: table;
}
      
 .clearfix:after {
        clear: both;
}

These css are necessary.

ok, thank you for reply @rekatrina