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

@ -291,7 +291,6 @@ function hideDeferDueDatePopup(e) {
.tasktext,
&.tasktext {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;