mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-79912 backup: Fix alignment of tertiary navigation border
This commit is contained in:
parent
053c1ddc3d
commit
690d783f14
@ -431,7 +431,7 @@ abstract class backup_helper {
|
||||
echo \html_writer::tag(
|
||||
'div',
|
||||
$options,
|
||||
['class' => 'tertiary-navigation full-width-bottom-border ml-0', 'id' => 'tertiary-navigation']);
|
||||
['class' => 'container-fluid tertiary-navigation full-width-bottom-border', 'id' => 'tertiary-navigation']);
|
||||
} else {
|
||||
echo $OUTPUT->heading($current, 2, 'mb-3');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user