diff --git a/apps/workflowengine/src/components/Rule.vue b/apps/workflowengine/src/components/Rule.vue index fb04112b17..a598e3dcfe 100644 --- a/apps/workflowengine/src/components/Rule.vue +++ b/apps/workflowengine/src/components/Rule.vue @@ -23,28 +23,26 @@
-
- - - {{ t('workflowengine', 'Cancel rule creation') }} - - - {{ t('workflowengine', 'Remove rule') }} - - -
- +
+ + + +
@@ -163,11 +161,18 @@ export default { background-position: 10px center; } + .buttons { + display: block; + button { + float: right; + height: 34px; + } + } + .status-button { transition: 0.5s ease all; display: block; - margin: auto; - margin-right: 0; + margin: 3px 10px 3px auto; } .status-button.primary { padding-left: 32px; @@ -199,12 +204,6 @@ export default { .action { max-width: 400px; position: relative; - .buttons { - position: absolute; - right: 0; - display: flex; - z-index: 1; - } } .icon-confirm { background-position: right 27px;