Fix task in list style for tasks with assignees
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user