Skip to content

Commit

Permalink
Merge pull request #4535 from Jerome-Herbinet/patch-4
Browse files Browse the repository at this point in the history
Fix : Overlapping expiry dates on tags
  • Loading branch information
juliushaertl committed Mar 15, 2023
2 parents ad1b5fc + de6086b commit f8bcaf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/Dashboard.vue
Expand Up @@ -167,8 +167,9 @@ export default {
.duedate:deep {
.due {
margin: 0 0 0 10px;
padding: 2px 4px;
padding: 0px 4px;
font-size: 90%;
margin-bottom: 7px;
}
}
Expand Down

0 comments on commit f8bcaf6

Please sign in to comment.