Skip to content

Commit 26d3397

Browse files
committed
Fix button
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 877df60 commit 26d3397

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<body>
1616
<main class="uk-child-width-expand uk-grid-collapse uk-grid uk-grid-match" uk-grid>
1717
<div id="editor" class="uk-width-1-2@m"></div>
18-
<div class="uk-padding-small uk-width-1-2@m">
18+
<div id="results" class="uk-padding-small uk-width-1-2@m">
1919
<button id="analyze" class="uk-button uk-button-primary uk-width-1-1">Analyze JSON</button>
2020

2121
<div id="json-error" class="uk-alert-danger uk-margin uk-padding-small">

www/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
border-right: 1px solid #ddd;
33
}
44

5+
#results {
6+
align-content: baseline;
7+
}
8+
59
.CodeMirror {
610
height: 100% !important;
711
}

0 commit comments

Comments
 (0)