Add ability to display view definition

This commit is contained in:
Dan Sosedoff
2022-12-03 16:04:31 -06:00
parent d3ff23ddfe
commit e6c5075f7c
3 changed files with 49 additions and 5 deletions

View File

@@ -558,6 +558,20 @@
max-width: none;
}
#results_view {
display: none;
padding: 12px;
font-size: 14px;
}
#results_view .title {
margin-bottom: 8px;
}
#results_view pre {
border: 0px none;
}
.full #output {
top: 0px !important;
}
@@ -796,4 +810,4 @@
.ace_autocomplete .ace_active-line {
background: #eee !important;
}
}