Compare commits

..

No commits in common. "a088d90c6af36d9ba5afa8409957d9924461d64b" and "94814987257dd8632fd510c7c4ea0037647144f1" have entirely different histories.

View File

@ -15,7 +15,7 @@ pub(crate) fn TaskListItem(task: TaskWithSubtasks) -> Element {
div {
class: "flex flex-col",
div {
class: "mt-1 grow font-medium",
class: "mt-2 grow font-medium",
{task.task().title()}
},
div {