mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Merge pull request #4346 from kazuhitoyokoi/master-fixheight4templete
Fix height of description editor in template node
This commit is contained in:
		| @@ -153,7 +153,7 @@ | ||||
|             } | ||||
|             var editorRow = $("#dialog-form>div.node-text-editor-row"); | ||||
|             height -= (parseInt(editorRow.css("marginTop"))+parseInt(editorRow.css("marginBottom"))); | ||||
|             $(".node-text-editor").css("height",height+"px"); | ||||
|             $("#dialog-form .node-text-editor").css("height",height+"px"); | ||||
|             this.editor.resize(); | ||||
|         } | ||||
|     }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user