Skip to content

Commit 1360d54

Browse files
committed
fix space in icon button
1 parent 698e424 commit 1360d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlpage/templates/button.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{{~#if tooltip}} data-bs-toggle="tooltip" data-bs-placement="top" title="{{tooltip}}"{{/if}}
2020
role="button">
2121
{{~#if icon~}}
22-
<span {{~#if (not narrow)}}class="me-1"{{/if}}>{{~icon_img icon~}}</span>
22+
<span {{~#if (not narrow)}} class="me-1"{{/if}}>{{~icon_img icon~}}</span>
2323
{{~/if~}}
2424
{{~title~}}
2525
{{~#if icon_after ~}}

0 commit comments

Comments
 (0)