Allow for tasks titles to wrap for easier mobile readability

This commit is contained in:
Sean Hurley 2023-02-01 23:31:30 -07:00
parent 65b90cbee0
commit 6d1aa97c9d
1 changed files with 2 additions and 3 deletions

View File

@ -5,13 +5,13 @@
@change="markAsDone"
v-model="task.done"
/>
<ColorBubble
v-if="showListColor && listColor !== '' && currentList.id !== task.listId"
:color="listColor"
class="mr-1"
/>
<router-link
:to="taskDetailRoute"
:class="{ 'done': task.done, 'show-list': showList && taskList !== null}"
@ -291,7 +291,6 @@ function hideDeferDueDatePopup(e) {
.tasktext,
&.tasktext {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;