From e6dada42e95aebecc856a8d37f8e5e18351979f2 Mon Sep 17 00:00:00 2001 From: Ivan Kalashnikov Date: Tue, 20 Jan 2026 12:49:57 +0700 Subject: [PATCH] refactor: align dialog actions to the start in schedule task dialog --- .../dialog-schedule-task/dialog-schedule-task.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/features/planner/dialog-schedule-task/dialog-schedule-task.component.html b/src/app/features/planner/dialog-schedule-task/dialog-schedule-task.component.html index 6cffc6123..ec16bb884 100644 --- a/src/app/features/planner/dialog-schedule-task/dialog-schedule-task.component.html +++ b/src/app/features/planner/dialog-schedule-task/dialog-schedule-task.component.html @@ -91,7 +91,7 @@ - + @if (data.task && (data.task.dueWithTime || plannedDayForTask)) {