Add bottom margin to app-db data
This commit is contained in:
parent
7b23f85b2f
commit
18331689e6
|
@ -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>
|
||||
|
|
|
@ -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"]]]]])))
|
||||
|
|
Loading…
Reference in New Issue