fix(templates): right-align Actions column header in brew list partial

This commit is contained in:
Jon Seager 2026-02-04 12:15:25 +00:00
parent 3ae3963c5b
commit c046be4e33
No known key found for this signature in database

View file

@ -25,7 +25,7 @@
<th scope="col" class="px-4 py-3">Recipe</th>
<th scope="col" class="px-4 py-3">Brewer</th>
{% if is_authenticated %}
<th scope="col" class="px-4 py-3 text-center">Actions</th>
<th scope="col" class="px-4 py-3 text-right">Actions</th>
{% endif %}
</tr>
</thead>