Add right alignment for buttons in a task item.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user