diff --git a/src/styles/components/tasks.scss b/src/styles/components/tasks.scss index 90378560..445aa90e 100644 --- a/src/styles/components/tasks.scss +++ b/src/styles/components/tasks.scss @@ -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); } diff --git a/src/views/tasks/ShowTasks.vue b/src/views/tasks/ShowTasks.vue index e09f7e52..9e259ff3 100644 --- a/src/views/tasks/ShowTasks.vue +++ b/src/views/tasks/ShowTasks.vue @@ -35,9 +35,13 @@
-
- -
+