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

View File

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