We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfaf351 commit eb2b74eCopy full SHA for eb2b74e
components/debug-obj/index.pug
@@ -3,5 +3,5 @@
3
icon.bug
4
5
modal(title="{{title}}" basedon="{{mymodal1}}")
6
- .ui.segment(style="width: 800px")
7
- json-edit(value="{{obj}}" style="width: 100%; height: 100em;")
+ .ui.segment(style="width: 80vw; height: calc(80vh - 80px)")
+ json-edit(value="{{obj || null}}" style="width: 100%; height: 100%;")
0 commit comments