summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/src/components/Rule.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workflowengine/src/components/Rule.vue')
-rw-r--r--apps/workflowengine/src/components/Rule.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/workflowengine/src/components/Rule.vue b/apps/workflowengine/src/components/Rule.vue
index 88129525eb3..d3cf7291af4 100644
--- a/apps/workflowengine/src/components/Rule.vue
+++ b/apps/workflowengine/src/components/Rule.vue
@@ -155,6 +155,7 @@ export default {
transition: 0.5s ease all;
display: block;
margin: auto;
+ margin-right: 0;
}
.status-button.primary {
padding-left: 32px;
@@ -194,7 +195,7 @@ export default {
}
}
.icon-confirm {
- background-position: right center;
+ background-position: right 27px;
padding-right: 20px;
margin-right: 20px;
}
@@ -202,7 +203,6 @@ export default {
.trigger p, .action p {
display: flex;
align-items: center;
- margin-bottom: 5px;
& > span {
min-width: 50px;