diff --git a/nodes/core/logic/15-change.html b/nodes/core/logic/15-change.html index ee0ad20ed..5b53e2027 100644 --- a/nodes/core/logic/15-change.html +++ b/nodes/core/logic/15-change.html @@ -195,7 +195,7 @@ row4.show(); } }); - + deleteButton.click(function() { container.css({"background":"#fee"}); container.fadeOut(300, function() { @@ -216,6 +216,9 @@ toValue.typedInput('type',rule.tot); selectField.change(); + var newWidth = $("#node-input-rule-container").width(); + container.find('.red-ui-typedInput').typedInput("width",newWidth-180); + $("#node-input-rule-container").append(container); } $("#node-input-add-rule").click(function() {