Skip to content

Commit

Permalink
Fix alignment of actions (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhMemmel authored Jul 11, 2022
1 parent 2ee448f commit dd36f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/block_massaction.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<div class="block-massaction-action">
{{#actions}}
<div id="block-massaction-action-{{action}}">
<button class="btn btn-link btn-sm">
<button class="btn btn-link btn-sm text-left">
{{#pix}} {{icon}}, moodle, {{actiontext}} {{/pix}}&nbsp;{{actiontext}}
</button>
</div>
Expand Down

0 comments on commit dd36f47

Please sign in to comment.