From 63f31a2009e3c0a4aef9e56b9a471ddcaf40ea26 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 10 Dec 2024 11:27:12 +0100 Subject: [PATCH] fix(ui): Add padding to primary evenlope actions Signed-off-by: Christoph Wurst --- src/components/EnvelopePrimaryActions.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/EnvelopePrimaryActions.vue b/src/components/EnvelopePrimaryActions.vue index d8b5c8e50e..4b618f763d 100644 --- a/src/components/EnvelopePrimaryActions.vue +++ b/src/components/EnvelopePrimaryActions.vue @@ -24,6 +24,7 @@ export default { align-items: center; flex-direction: column; padding: 10px 10px 0 10px; + gap: 10px; .material-design-icon { margin-bottom: -15px;