From 1711ef1d504dccebc03e36daef6d0dcc8e06c143 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Fri, 21 Jul 2023 15:21:26 +0300 Subject: [PATCH] Add right alignment for buttons in a task item. --- CHANGELOG.org | 2 ++ templates/partials/task_item.html | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index b5fd59d..323f591 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -21,4 +21,6 @@ Add the update button for a task. ** 0.3.3 <2023-07-21 Fri> Add the cancel button for a task form. +** 0.3.4 <2023-07-21 Fri> + Add right alignment for buttons in a task item. diff --git a/templates/partials/task_item.html b/templates/partials/task_item.html index 8b0e3bb..8cfbd28 100644 --- a/templates/partials/task_item.html +++ b/templates/partials/task_item.html @@ -13,7 +13,8 @@