From 999ef3520426554d5eabab0bbcf871d52af8a062 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Sat, 9 Feb 2019 14:13:30 +0100 Subject: [PATCH] feat: improve mobile styling for scheduled tasks overview --- .../backlog-tabs/backlog-tabs.component.html | 9 ++++-- .../backlog-tabs/backlog-tabs.component.scss | 28 +++++++++++++------ 2 files changed, 26 insertions(+), 11 deletions(-) diff --git a/src/app/pages/work-view/backlog-tabs/backlog-tabs.component.html b/src/app/pages/work-view/backlog-tabs/backlog-tabs.component.html index 9e4e3eec45..c777048530 100644 --- a/src/app/pages/work-view/backlog-tabs/backlog-tabs.component.html +++ b/src/app/pages/work-view/backlog-tabs/backlog-tabs.component.html @@ -30,7 +30,8 @@

- There are currently no scheduled tasks. You can schedule a task by choosing "Schedule Task" in the task context menu. To open it click on the 3 little dots on the right of a task. + There are currently no scheduled tasks. You can schedule a task by choosing "Schedule Task" in the task + context menu. To open it click on the 3 little dots on the right of a task.

@@ -40,8 +41,10 @@ class="scheduled-task">
-
{{task.title}}
-
{{task.reminderData.remindAt|humanizeTimestamp}}
+
+
{{task.title}}
+
{{task.reminderData.remindAt|humanizeTimestamp}}
+