diff --git a/package-lock.json b/package-lock.json index 2a8f95e..9542b6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "my-weekly-todo-list", - "version": "1.15.5", + "version": "1.15.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "my-weekly-todo-list", - "version": "1.15.5", + "version": "1.15.6", "license": "MIT", "dependencies": { "@auth/prisma-adapter": "^2.11.1", diff --git a/package.json b/package.json index b3962a9..7480d9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "my-weekly-todo-list", - "version": "1.15.5", + "version": "1.15.6", "description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view", "main": "index.js", "scripts": { diff --git a/src/app/globals.css b/src/app/globals.css index 123fe86..8800a50 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -3310,6 +3310,9 @@ h3 { bottom: 100%; top: auto; margin-bottom: 4px; + flex-wrap: wrap; + max-width: 180px; + justify-content: flex-start; } /* Larger tap targets for action buttons */ .task-action-btn {