MDL-84378 mod_quiz: Fix Switch bank button
* Fix alignment issue for Switch bank button in quiz
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user