hotfix: task list item text position #85
| @@ -15,7 +15,7 @@ pub(crate) fn TaskListItem(task: TaskWithSubtasks) -> Element { | ||||
|         div { | ||||
|             class: "flex flex-col", | ||||
|             div { | ||||
|                 class: "mt-2 grow font-medium", | ||||
|                 class: "mt-1 grow font-medium", | ||||
|                 {task.task().title()} | ||||
|             }, | ||||
|             div { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user