Skip to content

Commit

Permalink
minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
mangiucugna committed Aug 13, 2024
1 parent 8e53e1e commit 01a203f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h3>Repaired JSON</h3>
<textarea id="output-json" readonly placeholder="Formatted JSON will appear here..."></textarea>
</div>
</div>
<div class="log-container">
<div class="textarea-container">
<h3>Repair actions that the library performed</h3>
<textarea id="log-output" readonly placeholder="Logs will appear here..."></textarea>
</div>
Expand Down
13 changes: 0 additions & 13 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,6 @@ textarea:focus {
border-color: #4CAF50;
}

.log-container {
width: 100%;
max-width: 1200px;
margin-top: 20px;
}

#log-output {
width: 100%;
height: 200px;
margin-top: 10px;
padding: 10px;
border: 1px solid;
border-radius: 4px;
font-size: 16px;
box-sizing: border-box;
}

0 comments on commit 01a203f

Please sign in to comment.