Fixed linebreak
This commit is contained in:
@@ -15,7 +15,9 @@ export const TodoItem: FC<TodoItemProps> = (props) => (
|
||||
<div className="flex flex-row flex-grow gap-2 pr-6">
|
||||
<div className="flex-grow w-full break-all">{props.todo.title}</div>
|
||||
{props.displayProject && props.todo.project && (
|
||||
<div className="text-gray-500 text-right">{props.todo.project}</div>
|
||||
<div className="text-gray-500 text-right whitespace-nowrap">
|
||||
{props.todo.project}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user