From b888d056e4a280d8494eb3971b8094d2674f569b Mon Sep 17 00:00:00 2001 From: poignatov Date: Mon, 16 Mar 2026 13:55:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20=D0=BB=D0=B8?= =?UTF-8?q?=D1=88=D0=BD=D0=B8=D0=B9=20=D0=BE=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=B2=20=D0=BA=D0=B0=D1=80?= =?UTF-8?q?=D1=82=D0=BE=D1=87=D0=BA=D0=B5=20=D0=B7=D0=B0=D0=B4=D0=B0=D1=87?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- play-life-web/src/components/TaskForm.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/play-life-web/src/components/TaskForm.css b/play-life-web/src/components/TaskForm.css index ae4fa31..8839438 100644 --- a/play-life-web/src/components/TaskForm.css +++ b/play-life-web/src/components/TaskForm.css @@ -49,6 +49,10 @@ margin-bottom: 1.5rem; } +.task-form form > *:last-child { + margin-bottom: 0; +} + .form-group label { display: block; font-weight: 500;