Fix task in list style for tasks with assignees

This commit is contained in:
kolaente 2020-09-05 23:41:23 +02:00
parent a8a7f70a3c
commit 5f5db5f12f
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 11 additions and 4 deletions

View file

@ -31,7 +31,6 @@
.tasktext,
&.tasktext {
vertical-align: top;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
@ -217,6 +216,10 @@
margin-top: 2em;
}
.user img{
margin: 0;
}
.spinner.is-loading:after {
margin-left: calc(40% - 1em);
}