6.18.6: Отступ снизу для кнопки в тесте и форме задачи
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 1m16s

This commit is contained in:
poignatov
2026-03-16 08:48:32 +03:00
parent 5ea58476cb
commit f59453783a
4 changed files with 5 additions and 4 deletions

View File

@@ -1 +1 @@
6.18.5
6.18.6

View File

@@ -1,6 +1,6 @@
{
"name": "play-life-web",
"version": "6.18.5",
"version": "6.18.6",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -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);
}

View File

@@ -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;