XML Formatter QoL improvements #88

Merged
bema merged 7 commits from bema/ref/formatter_reliability_ref into master 2023-03-01 12:40:32 +01:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 220458e620 - Show all commits

View File

@@ -330,8 +330,8 @@
height: 300px;
}
.textarea-800 {
height: 800px;
.textarea-700 {
height: 700px;
}
.centered-content {

View File

@@ -23,7 +23,7 @@
<b><span id="formatinfo"></span></b><br>
<label for="xmlArea"><b>Insert your XML:</b></label>
<textarea id="xmlArea" name="xmlArea" rows="15"
class="textarea-800 bordered-field vertically-resizeable max-width"
class="textarea-700 bordered-field vertically-resizeable max-width"
onblur="setDefaultContent(this, 'Insert XML here');"
onfocus="clearDefaultContent(this, 'Insert XML here');"></textarea>
<br><br>