Fix task text breaking on list home on mobile
This commit is contained in:
parent
500e0cfaf4
commit
752d6cc6f9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue