Made XML Formatter field smaller

This commit is contained in:
2023-03-01 09:41:25 +01:00
parent c6ee630018
commit 220458e620
2 changed files with 3 additions and 3 deletions

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>