diff --git a/VERSION b/VERSION index fac714a..e18a34b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.11.1 +6.11.2 diff --git a/play-life-web/package.json b/play-life-web/package.json index 0aaf508..b29b04f 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.11.1", + "version": "6.11.2", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskForm.css b/play-life-web/src/components/TaskForm.css index 9c4bff8..b8f5c1d 100644 --- a/play-life-web/src/components/TaskForm.css +++ b/play-life-web/src/components/TaskForm.css @@ -538,7 +538,7 @@ .test-field-group { display: flex; flex-direction: column; - gap: 0.25rem; + gap: 0; } .test-field-group label { diff --git a/play-life-web/src/components/TaskForm.jsx b/play-life-web/src/components/TaskForm.jsx index 2a96259..0b8ce9f 100644 --- a/play-life-web/src/components/TaskForm.jsx +++ b/play-life-web/src/components/TaskForm.jsx @@ -1096,7 +1096,7 @@ function TaskForm({ onNavigate, taskId, wishlistId, returnTo, returnWishlistId }