Tweak task activity display

This commit is contained in:
kiswa 2017-10-28 12:54:41 +00:00
parent 8d8219934f
commit db5d7c793e
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ class Activity extends BaseController {
return 0; // @codeCoverageIgnore
}
return $a->timestamp < $b->timestamp ? -1 : 1;
return $a->timestamp > $b->timestamp ? -1 : 1;
}
private function getTaskActivity($taskId) {

View File

@ -419,7 +419,7 @@
.log-item {
border-bottom: 1px solid #1b4e5c;
padding: 1em;
padding: .5em 1em;
}
.log-item:last-of-type {