Add right alignment for buttons in a task item.

main
KKlochko 2 years ago
parent 4fed486a58
commit 1711ef1d50

@ -21,4 +21,6 @@
Add the update button for a task. Add the update button for a task.
** 0.3.3 <2023-07-21 Fri> ** 0.3.3 <2023-07-21 Fri>
Add the cancel button for a task form. Add the cancel button for a task form.
** 0.3.4 <2023-07-21 Fri>
Add right alignment for buttons in a task item.

@ -13,7 +13,8 @@
<button type="button" <button type="button"
hx-post="{% url 'tasks:task-update' task.id %}" hx-post="{% url 'tasks:task-update' task.id %}"
hx-swap="outerHTML"> hx-swap="outerHTML"
class="ml-auto">
Update Update
</button> </button>
<button type="button" <button type="button"

Loading…
Cancel
Save