Commit 5f7f6d71 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #675 from ethereum/fixStyling

Fix Styling
parents 0ce2f5ce c7c9da96
......@@ -80,7 +80,7 @@ class TreeView {
formatData (key, data, children, expand, keyPath) {
var self = this
var li = yo`<li class=${css.li_tv}></li>`
var caret = yo`<div class="fa fa-caret-right" class=${css.caret_tv}></div>`
var caret = yo`<div class="fa fa-caret-right ${css.caret_tv}"></div>`
var label = yo`
<div class=${css.label_tv}>
${caret}
......
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