style: remove inline min-height: 24px from task-list-slot divs

v1.110.5
This commit is contained in:
mARTin-B78 2026-05-11 14:10:53 +02:00
parent 438cd71a08
commit 73a657ebff
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "my-weekly-todo-list", "name": "my-weekly-todo-list",
"version": "1.110.4", "version": "1.110.5",
"description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view", "description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -8717,7 +8717,7 @@ export default function WeeklyView() {
setActiveAddSlot({ listId: list.id, slotIdx: slot.index }); setActiveAddSlot({ listId: list.id, slotIdx: slot.index });
} }
}} }}
style={{ minHeight: "24px", cursor: task ? "default" : "text" }} style={{ cursor: task ? "default" : "text" }}
> >
{task ? ( {task ? (
<TaskItem <TaskItem