Add right alignment for buttons in a task item.

This commit is contained in:
2023-07-21 15:21:26 +03:00
parent 4fed486a58
commit 1711ef1d50
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
<button type="button"
hx-post="{% url 'tasks:task-update' task.id %}"
hx-swap="outerHTML">
hx-swap="outerHTML"
class="ml-auto">
Update
</button>
<button type="button"