Fix indentation of append-node-selector

This commit is contained in:
Jos de Jong 2020-07-30 16:14:18 +02:00
parent a29c196733
commit e36ba7a384
1 changed files with 2 additions and 2 deletions

View File

@ -412,7 +412,7 @@
data-type="append-node-selector"
class="append-node-selector"
class:selected={selectedAppend}
style={indentationStyle}
style={getIndentationStyle(path.length + 1)}
>
<div class="selector"></div>
</div>
@ -491,7 +491,7 @@
data-type="append-node-selector"
class="append-node-selector"
class:selected={selectedAppend}
style={indentationStyle}
style={getIndentationStyle(path.length + 1)}
>
<div class="selector"></div>
</div>