Compare commits

...

1 Commits

Author SHA1 Message Date
Sean Hurley 6d1aa97c9d Allow for tasks titles to wrap for easier mobile readability 2023-02-07 00:33:36 -07:00
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;