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;