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