fix(templates): right-align Actions column header in brew list partial
This commit is contained in:
parent
3ae3963c5b
commit
c046be4e33
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue