fix text-center for the edit_url action in table component (#1113)

This commit is contained in:
Zoé Cappe
2025-11-19 16:06:43 +01:00
committed by GitHub
parent 75ade135da
commit c7a5c76e0c
+1 -1
View File
@@ -89,7 +89,7 @@
{{/if~}}
{{~/each~}}
{{#if ../edit_url}}
<td class="align-middle _col_edit">
<td class="align-middle _col_edit text-center">
<a href="{{replace ../edit_url '{id}' _sqlpage_id}}" class="align-middle link-secondary _col_edit" data-action="edit" title="Edit">
{{~icon_img 'edit'~}}
</a>