Skip to content

Commit

Permalink
fix: remove margin from link in task summary
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed May 4, 2024
1 parent 3508b55 commit b8142f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/TaskBody.vue
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ $breakpoint-mobile: 1024px;
:deep(a) {
cursor: pointer;
text-decoration: underline;
margin: 0;
}
}
}
Expand Down

0 comments on commit b8142f0

Please sign in to comment.