Commit 9693c2f2 authored by LianaHus's avatar LianaHus Committed by ioedeveloper

added right margin for treeview item

parent f0dbdb9e
...@@ -176,7 +176,7 @@ class TreeView { ...@@ -176,7 +176,7 @@ class TreeView {
formatSelfDefault (key, data) { formatSelfDefault (key, data) {
return yo` return yo`
<div class="d-flex mb-1 flex-row ${css.label_item}"> <div class="d-flex mt-2 flex-row ${css.label_item}">
<label class="small font-weight-bold pr-1 ${css.label_key}">${key}:</label> <label class="small font-weight-bold pr-1 ${css.label_key}">${key}:</label>
<label class="m-0 ${css.label_value}">${data.self}</label> <label class="m-0 ${css.label_value}">${data.self}</label>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment