Merge pull request #4993 from VidVidex/master

Small UI improvements
This commit is contained in:
Lauri Ojansivu 2023-07-08 01:30:14 +03:00 committed by GitHub
commit 999323526c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,8 @@ template(name="minicard")
if currentBoard.allowsCardNumber
span.card-number
| ##{getCardNumber}
= getTitle
b
= getTitle
if $eq 'subtext-with-full-path' currentBoard.presentParentTask
.parent-subtext
| {{ parentString ' > ' }}

View file

@ -16,7 +16,6 @@
/* overflow: auto; - List width and height resizeable */
}
.list:first-child {
min-width: 20px;
margin-left: 5px;
border-left: none;
}