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 877df60 commit 26d3397Copy full SHA for 26d3397
www/index.html
@@ -15,7 +15,7 @@
15
<body>
16
<main class="uk-child-width-expand uk-grid-collapse uk-grid uk-grid-match" uk-grid>
17
<div id="editor" class="uk-width-1-2@m"></div>
18
- <div class="uk-padding-small uk-width-1-2@m">
+ <div id="results" class="uk-padding-small uk-width-1-2@m">
19
<button id="analyze" class="uk-button uk-button-primary uk-width-1-1">Analyze JSON</button>
20
21
<div id="json-error" class="uk-alert-danger uk-margin uk-padding-small">
www/style.css
@@ -2,6 +2,10 @@
2
border-right: 1px solid #ddd;
3
}
4
5
+#results {
6
+ align-content: baseline;
7
+}
8
+
9
.CodeMirror {
10
height: 100% !important;
11
0 commit comments