From 752d6cc6f94e86c0da9087a64b67cc16cb5c46a4 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 19 Dec 2019 22:18:51 +0100 Subject: [PATCH] Fix task text breaking on list home on mobile --- src/styles/tasks.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/tasks.scss b/src/styles/tasks.scss index 95816032f..5c39d736a 100644 --- a/src/styles/tasks.scss +++ b/src/styles/tasks.scss @@ -29,7 +29,7 @@ border-bottom: 1px solid darken(#fff, 10%); span:not(.tag) { - width: 96%; + width: calc(100% - 30px); display: inline-block; cursor: pointer;