Merge branch 'MDL-68584-master' of git://github.com/lucaboesch/moodle

This commit is contained in:
Jake Dallimore 2020-07-01 16:42:19 +08:00
commit 2c41fe81e8

View File

@ -58,7 +58,7 @@ class question_export_form extends moodleform {
if (get_string_manager()->string_exists('pluginname_help', 'qformat_' . $shortname)) {
$separator .= $OUTPUT->help_icon('pluginname', 'qformat_' . $shortname);
}
$separator .= '<br>';
$separator .= '<div class="w-100"></div>';
$separators[] = $separator;
}