We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698e424 commit 1360d54Copy full SHA for 1360d54
sqlpage/templates/button.handlebars
@@ -19,7 +19,7 @@
19
{{~#if tooltip}} data-bs-toggle="tooltip" data-bs-placement="top" title="{{tooltip}}"{{/if}}
20
role="button">
21
{{~#if icon~}}
22
- <span {{~#if (not narrow)}}class="me-1"{{/if}}>{{~icon_img icon~}}</span>
+ <span {{~#if (not narrow)}} class="me-1"{{/if}}>{{~icon_img icon~}}</span>
23
{{~/if~}}
24
{{~title~}}
25
{{~#if icon_after ~}}
0 commit comments