XML Formatter QoL improvements #88
@@ -330,8 +330,8 @@
 | 
			
		||||
    height: 300px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.textarea-800 {
 | 
			
		||||
    height: 800px;
 | 
			
		||||
.textarea-700 {
 | 
			
		||||
    height: 700px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.centered-content {
 | 
			
		||||
 
 | 
			
		||||
@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user