From fddef228e5dd91c2b788e74b3dadbb7dd4d71ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Thu, 23 Jan 2025 16:43:55 +0100 Subject: [PATCH] fix: correctly align actions in task body MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- src/components/TaskBody.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/TaskBody.vue b/src/components/TaskBody.vue index bc6753a47..95620fabe 100644 --- a/src/components/TaskBody.vue +++ b/src/components/TaskBody.vue @@ -907,6 +907,7 @@ $breakpoint-mobile: 1024px; } &__icons { + align-items: center; display: flex; margin-left: auto;