Fix task text breaking on list home on mobile
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2019-12-19 22:18:51 +01:00
parent 500e0cfaf4
commit 752d6cc6f9
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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;