style: remove inline min-height: 24px from task-list-slot divs
v1.110.5
This commit is contained in:
parent
438cd71a08
commit
73a657ebff
@ -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": {
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user