feat: alinment project in tasklist

Format the project label to have a somewhat nicer alignement
This commit is contained in:
Jakob Reiter 2023-12-21 09:55:25 +01:00
parent e98e5a0d2f
commit f8b0a3b587
1 changed files with 2 additions and 1 deletions

View File

@ -386,7 +386,8 @@ function focusTaskLink() {
}
.task-project {
width: auto;
min-width: 60px; //TODO: Quickfix, find a better way to make a nice vertical alignment
display: inline-block;
color: var(--grey-400);
font-size: .9rem;
white-space: nowrap;