Add bottom margin to app-db data
This commit is contained in:
parent
7b23f85b2f
commit
18331689e6
|
@ -7,6 +7,7 @@
|
||||||
:cljs.test/are 2
|
:cljs.test/are 2
|
||||||
:clojure.test/are :only-indent
|
:clojure.test/are :only-indent
|
||||||
:cursive.formatting/align-binding-forms true
|
:cursive.formatting/align-binding-forms true
|
||||||
|
:day8.re-frame.trace.utils.macros/with-cljs-devtools-prefs 1
|
||||||
}</ClojureCodeStyleSettings>
|
}</ClojureCodeStyleSettings>
|
||||||
</value>
|
</value>
|
||||||
</option>
|
</option>
|
||||||
|
|
|
@ -148,4 +148,5 @@
|
||||||
[:span.subtree-button-string
|
[:span.subtree-button-string
|
||||||
(str path)]]]]])
|
(str path)]]]]])
|
||||||
@subtree-paths))]
|
@subtree-paths))]
|
||||||
[subtree @data [:span.label "app-db"]]]])))
|
[:div {:style {:margin-bottom "20px"}}
|
||||||
|
[subtree @data [:span.label "app-db"]]]]])))
|
||||||
|
|
Loading…
Reference in New Issue