From ceb5811deec573523c1e6c499be485204ebd62b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Wed, 22 Oct 2025 22:00:48 +0200 Subject: [PATCH] fix: adjust task body tag alignment 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TaskBody.vue b/src/components/TaskBody.vue index 967831e8e..6b0848504 100644 --- a/src/components/TaskBody.vue +++ b/src/components/TaskBody.vue @@ -883,14 +883,14 @@ $breakpoint-mobile: 1024px; max-width: 50%; .tag { - height: 32px; + height: 28px; overflow: hidden; display: flex; padding: 0 12px; background-color: var(--color-primary-element-light); border: none; border-radius: 18px !important; - margin: 4px 2px; + margin: 0 4px; align-items: center; cursor: pointer;