Skip to content

Commit

Permalink
Merge pull request #381 from amrutadotorg/patch-6
Browse files Browse the repository at this point in the history
Update button.handlebars adding text-wrap
  • Loading branch information
lovasoa authored Jun 6, 2024
2 parents 2b0ad00 + e30ee13 commit 5c62955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlpage/templates/button.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{else}}
<a href="{{link}}"
{{/if}}
class="btn {{#if disabled}} disabled{{/if}}
class="btn text-wrap{{#if disabled}} disabled{{/if}}
{{~#if color}} btn-{{color}}{{/if}}
{{~#if ../size}} btn-{{../size}}{{/if}}
{{~#if outline}} btn-outline-{{outline}}{{/if}}
Expand Down

0 comments on commit 5c62955

Please sign in to comment.