diff --git a/packages/node_modules/@node-red/editor-client/src/js/ui/common/toggleButton.js b/packages/node_modules/@node-red/editor-client/src/js/ui/common/toggleButton.js index b9e4b57b4..28e6e74aa 100644 --- a/packages/node_modules/@node-red/editor-client/src/js/ui/common/toggleButton.js +++ b/packages/node_modules/@node-red/editor-client/src/js/ui/common/toggleButton.js @@ -48,7 +48,7 @@ }); this.button = $(''); if (enabledLabel || disabledLabel) { - this.buttonLabel = $("").appendTo(this.button); + this.buttonLabel = $("").appendTo(this.button).css("margin-left", "5px"); } if (this.options.class) {