diff --git a/VERSION b/VERSION index 427f346..703e89e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.25.2 +3.25.3 diff --git a/play-life-web/package.json b/play-life-web/package.json index a4786b1..d9e52d9 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "3.25.2", + "version": "3.25.3", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TaskForm.css b/play-life-web/src/components/TaskForm.css index 3afce43..9106cde 100644 --- a/play-life-web/src/components/TaskForm.css +++ b/play-life-web/src/components/TaskForm.css @@ -376,15 +376,13 @@ border-radius: 6px; border: 1px solid #bae6fd; display: flex; - align-items: center; - justify-content: space-between; + flex-direction: column; gap: 0.75rem; } .wishlist-link-text { font-size: 0.9rem; color: #374151; - flex: 1; } .wishlist-link-text strong { diff --git a/play-life-web/src/components/TaskForm.jsx b/play-life-web/src/components/TaskForm.jsx index 93e8bfc..3e17158 100644 --- a/play-life-web/src/components/TaskForm.jsx +++ b/play-life-web/src/components/TaskForm.jsx @@ -804,23 +804,23 @@ function TaskForm({ onNavigate, taskId, wishlistId, isTest: isTestFromProps = fa Связана с желанием: {wishlistInfo.name} - -