MDL-84378 mod_quiz: Fix Switch bank button

* Fix alignment issue for Switch bank button in quiz
This commit is contained in:
Laurent David
2025-02-24 06:56:46 +01:00
parent 83f3427b54
commit 69cac2249b
@@ -36,5 +36,5 @@
}}
<div class="d-flex align-items-center">
<h5>{{#str}}currentbank, mod_quiz, {{currentbank}} {{/str}}</h5>
<button data-action="switch-question-bank" type="button" class="btn btn-secondary ml-auto mb-2" id="switch-question-bank">{{#str}}switchbank, core_question{{/str}}</button>
<button data-action="switch-question-bank" type="button" class="btn btn-secondary ms-auto mb-2" id="switch-question-bank">{{#str}}switchbank, core_question{{/str}}</button>
</div>