Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/TaskBody.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/TaskBody.vue b/src/components/TaskBody.vue
index 99d41c1c..2f12098b 100644
--- a/src/components/TaskBody.vue
+++ b/src/components/TaskBody.vue
@@ -83,7 +83,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
<span class="icon icon-sprt-bw sprt-note" />
</div>
<div v-if="task.due" :class="{overdue: overdue(task.dueMoment)}" class="duedate">
- {{ dueDateString }}
+ <span>{{ dueDateString }}</span>
</div>
<Actions class="reactive no-nav" menu-align="right">
<ActionButton v-if="!task.calendar.readOnly"