From 1da35aaea489ca5f4f92d506a6dbbdb171142352 Mon Sep 17 00:00:00 2001 From: poignatov Date: Tue, 6 Jan 2026 15:31:43 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=20=D0=BE=D1=82=D1=81=D1=82=D1=83=D0=BF=20?= =?UTF-8?q?=D0=BC=D0=B5=D0=B6=D0=B4=D1=83=20=D1=81=D0=BB=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BC=D0=B8=20=D0=B2=20=D1=81=D0=BF=D0=B8=D1=81=D0=BA=D0=B5=20?= =?UTF-8?q?=D0=BF=D0=B5=D1=80=D0=B5=D0=B4=20=D0=B8=20=D0=BF=D0=BE=D1=81?= =?UTF-8?q?=D0=BB=D0=B5=20=D1=82=D0=B5=D1=81=D1=82=D0=B0?= 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/TestWords.css | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 0aec50e..3ad0595 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.4 +3.1.5 diff --git a/play-life-web/package.json b/play-life-web/package.json index 551cb86..4d05479 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "3.1.4", + "version": "3.1.5", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TestWords.css b/play-life-web/src/components/TestWords.css index c044924..4836452 100644 --- a/play-life-web/src/components/TestWords.css +++ b/play-life-web/src/components/TestWords.css @@ -259,6 +259,7 @@ display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1rem; + align-content: start; overflow-y: auto; overflow-x: hidden; padding: 4rem 1rem 1rem 1rem; @@ -347,7 +348,7 @@ display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1rem; - align-items: start; + align-content: start; overflow-y: auto; overflow-x: hidden; padding: 4rem 1rem 1rem 1rem;