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