From ac1f6c3a475389fd35ee04b37bf9f8e78831d4c9 Mon Sep 17 00:00:00 2001 From: poignatov Date: Wed, 11 Mar 2026 09:14:07 +0300 Subject: [PATCH] =?UTF-8?q?6.11.2:=20=D0=A4=D0=B8=D0=BA=D1=81=20=D1=81?= =?UTF-8?q?=D1=82=D0=B8=D0=BB=D0=B5=D0=B9=20=D0=B1=D0=BB=D0=BE=D0=BA=D0=B0?= =?UTF-8?q?=20=D0=BE=D1=81=D0=BE=D0=B1=D0=B5=D0=BD=D0=BD=D0=BE=D1=81=D1=82?= =?UTF-8?q?=D0=B5=D0=B9=20=D0=B7=D0=B0=D0=B4=D0=B0=D1=87=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- play-life-web/package.json | 2 +- play-life-web/src/components/TaskForm.css | 2 +- play-life-web/src/components/TaskForm.jsx | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) 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 }
- +
- +
{availableDictionaries.map(dict => (