From b8142f0852cb9c143e5779c79539d129ca05901a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Sat, 4 May 2024 21:34:37 +0200 Subject: [PATCH] fix: remove margin from link in task summary 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 b015aae55..c173cecf8 100644 --- a/src/components/TaskBody.vue +++ b/src/components/TaskBody.vue @@ -869,6 +869,7 @@ $breakpoint-mobile: 1024px; :deep(a) { cursor: pointer; text-decoration: underline; + margin: 0; } } }