Skip to content

Commit c7a5c76

Browse files
authored
fix text-center for the edit_url action in table component (#1113)
1 parent 75ade13 commit c7a5c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlpage/templates/table.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
{{/if~}}
9090
{{~/each~}}
9191
{{#if ../edit_url}}
92-
<td class="align-middle _col_edit">
92+
<td class="align-middle _col_edit text-center">
9393
<a href="{{replace ../edit_url '{id}' _sqlpage_id}}" class="align-middle link-secondary _col_edit" data-action="edit" title="Edit">
9494
{{~icon_img 'edit'~}}
9595
</a>

0 commit comments

Comments
 (0)