diff options
Diffstat (limited to 'apps/workflowengine/src/components/Event.vue')
-rw-r--r-- | apps/workflowengine/src/components/Event.vue | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/workflowengine/src/components/Event.vue b/apps/workflowengine/src/components/Event.vue index cce0673c7c1..a00777d25e6 100644 --- a/apps/workflowengine/src/components/Event.vue +++ b/apps/workflowengine/src/components/Event.vue @@ -84,10 +84,7 @@ export default { } .isComplex { img { - vertical-align: top; - padding-top: 4px; - padding-bottom: 4px; - padding-left: 4px; + vertical-align: text-top; } span { padding-top: 2px; @@ -131,6 +128,11 @@ export default { font-weight: 900; } + .option__icon { + width: 16px; + height: 16px; + } + .eventlist img, .eventlist .text { vertical-align: middle; |