From f59453783a0a5a3ee520ebffc815054ea9020adb Mon Sep 17 00:00:00 2001 From: poignatov Date: Mon, 16 Mar 2026 08:48:32 +0300 Subject: [PATCH] =?UTF-8?q?6.18.6:=20=D0=9E=D1=82=D1=81=D1=82=D1=83=D0=BF?= =?UTF-8?q?=20=D1=81=D0=BD=D0=B8=D0=B7=D1=83=20=D0=B4=D0=BB=D1=8F=20=D0=BA?= =?UTF-8?q?=D0=BD=D0=BE=D0=BF=D0=BA=D0=B8=20=D0=B2=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=B5=20=D0=B8=20=D1=84=D0=BE=D1=80=D0=BC=D0=B5=20=D0=B7?= =?UTF-8?q?=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 | 1 + play-life-web/src/components/TestWords.css | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index eca90f7..6092daf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.18.5 +6.18.6 diff --git a/play-life-web/package.json b/play-life-web/package.json index 42a2f81..03271bb 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "6.18.5", + "version": "6.18.6", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskForm.css b/play-life-web/src/components/TaskForm.css index b8f5c1d..a693779 100644 --- a/play-life-web/src/components/TaskForm.css +++ b/play-life-web/src/components/TaskForm.css @@ -41,6 +41,7 @@ background: white; border-radius: 0.5rem; padding: 1.5rem; + padding-bottom: 5rem; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } diff --git a/play-life-web/src/components/TestWords.css b/play-life-web/src/components/TestWords.css index 7a48df7..457add7 100644 --- a/play-life-web/src/components/TestWords.css +++ b/play-life-web/src/components/TestWords.css @@ -242,7 +242,7 @@ align-content: start; overflow-y: auto; overflow-x: hidden; - padding: 4rem 1rem 1rem 1rem; + padding: 4rem 1rem 5rem 1rem; box-sizing: border-box; width: 100%; min-height: 0; @@ -331,7 +331,7 @@ align-content: start; overflow-y: auto; overflow-x: hidden; - padding: 4rem 1rem 1rem 1rem; + padding: 4rem 1rem 5rem 1rem; box-sizing: border-box; width: 100%; min-height: 0;