mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Change indents from tabs to 4 spaces
This commit is contained in:
		| @@ -254,7 +254,7 @@ button.red-ui-palette-editor-upload-button { | ||||
|         padding: 2px 8px; | ||||
|     } | ||||
|     form { | ||||
| 	width: 0; | ||||
|         width: 0; | ||||
|     } | ||||
| } | ||||
| .red-ui-palette-editor-upload { | ||||
|   | ||||
| @@ -399,7 +399,7 @@ | ||||
|                     $("#func-tabs-content").children().hide(); | ||||
|                     $("#" + tab.id).show(); | ||||
|                     let editor = $("#" + tab.id).find('.monaco-editor').first(); | ||||
|                    	if(editor.length) { | ||||
|                         if(editor.length) { | ||||
|                         if(that.editor.nodered && that.editor.type == "monaco") { | ||||
|                             that.editor.nodered.refreshModuleLibs(getLibsList()); | ||||
|                         } | ||||
|   | ||||
| @@ -47,7 +47,7 @@ | ||||
|         <div class="form-row"> | ||||
|             <input type="checkbox" id="node-input-allowEmptySequence" style="margin-left:20px; margin-right: 10px; vertical-align:top; width:auto;"> | ||||
|             <label for="node-input-allowEmptySequence" style="width:auto;" data-i18n="batch.interval.empty"></label> | ||||
| 	</div> | ||||
|         </div> | ||||
|     </div> | ||||
|  | ||||
|     <div class="node-row-msg-concat"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user