From 5644a88d7866b6e4a494763960b956d6d58b8182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Wed, 22 Sep 2021 11:02:38 +0200 Subject: [PATCH] :art: Fix checkmark spacing in multiOptions (#2223) Co-authored-by: Mutasem --- packages/editor-ui/src/components/ParameterInput.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor-ui/src/components/ParameterInput.vue b/packages/editor-ui/src/components/ParameterInput.vue index ac5fe82d8d..89d7c281bf 100644 --- a/packages/editor-ui/src/components/ParameterInput.vue +++ b/packages/editor-ui/src/components/ParameterInput.vue @@ -833,6 +833,7 @@ export default mixins( max-width: 340px; margin: 6px 0; white-space: normal; + padding-right: 20px; .option-headline { font-weight: var(--font-weight-bold);