Add bottom margin to app-db data

This commit is contained in:
Daniel Compton 2017-11-09 15:17:52 +13:00
parent 7b23f85b2f
commit 18331689e6
2 changed files with 5 additions and 3 deletions

View File

@ -7,6 +7,7 @@
:cljs.test/are 2
:clojure.test/are :only-indent
:cursive.formatting/align-binding-forms true
:day8.re-frame.trace.utils.macros/with-cljs-devtools-prefs 1
}</ClojureCodeStyleSettings>
</value>
</option>

View File

@ -148,4 +148,5 @@
[:span.subtree-button-string
(str path)]]]]])
@subtree-paths))]
[subtree @data [:span.label "app-db"]]]])))
[:div {:style {:margin-bottom "20px"}}
[subtree @data [:span.label "app-db"]]]]])))