Skip to content

Commit

Permalink
Update button.handlebars adding text-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
amrutadotorg authored Jun 6, 2024
1 parent b9d572e commit e30ee13
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 e30ee13

Please sign in to comment.