mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update packages/node_modules/@node-red/editor-client/src/js/ui/env-var.js
Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
This commit is contained in:
parent
817db23146
commit
3c1ddb5c9d
@ -98,7 +98,8 @@ RED.envVar = (function() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var pane = $("<div/>", {
|
var pane = $("<div/>", {
|
||||||
id: "red-ui-settings-tab-envvar"
|
id: "red-ui-settings-tab-envvar",
|
||||||
|
class: "form-horizontal"
|
||||||
});
|
});
|
||||||
var content = $("<div/>", {
|
var content = $("<div/>", {
|
||||||
class: "form-row node-input-env-container-row"
|
class: "form-row node-input-env-container-row"
|
||||||
|
Loading…
Reference in New Issue
Block a user