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