diff --git a/front/css/app.css b/front/css/app.css index 06523a0a..c92ebc09 100755 --- a/front/css/app.css +++ b/front/css/app.css @@ -1858,9 +1858,9 @@ input[readonly] { margin: 2px; } -.workflows button +.button-container button { - /* width:100%; */ + width:100%; } #workflowContainerWrap diff --git a/front/workflowsCore.php b/front/workflowsCore.php index c44ce020..cec3cb9e 100755 --- a/front/workflowsCore.php +++ b/front/workflowsCore.php @@ -220,6 +220,15 @@ function generateWorkflowUI(wf, wfIndex) { $actionEl.append($fieldDropdown); $actionEl.append($actionValueInput); + // add actions group button + let $actionRemoveButton = $("