mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	fix width calculation of typedInput
This commit is contained in:
		| @@ -426,6 +426,7 @@ | ||||
|             if (labelWidth === 0) { | ||||
|                 var container = $('<div class="red-ui-typedInput-container"></div>').css({ | ||||
|                     position:"absolute", | ||||
|                     "white-space": "nowrap", | ||||
|                     top:0 | ||||
|                 }).appendTo(document.body); | ||||
|                 var newTrigger = label.clone().appendTo(container); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user