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

@ -37,8 +37,8 @@
;:item-style (reset-wrapping (:item-style default-cljs-devtools-prefs))
; Hide the index spans on the left hand of collections. Shows how many elements in a collection.
:none-style "display: none"
:index-tag [:span :none-style]
:none-style "display: none"
:index-tag [:span :none-style]
; Our JSON renderer does not have hierarchy depth limit,
; See https://github.com/binaryage/cljs-devtools/blob/master/src/lib/devtools/formatters/budgeting.cljs
@ -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"]]]]])))