diff --git a/lib/templates/user_menu_metadata.mustache b/lib/templates/user_menu_metadata.mustache index f5cae61859e..e2ad3203ecf 100644 --- a/lib/templates/user_menu_metadata.mustache +++ b/lib/templates/user_menu_metadata.mustache @@ -47,7 +47,7 @@ } }} {{#metadata}} - + {{{content}}} diff --git a/user/lib.php b/user/lib.php index 390d5619f9c..a819b83ec93 100644 --- a/user/lib.php +++ b/user/lib.php @@ -842,7 +842,7 @@ function user_get_user_navigation_info($user, $page, $options = array()) { // Get login failures string. $a = new stdClass(); - $a->attempts = html_writer::tag('span', $count, array('class' => 'value')); + $a->attempts = html_writer::tag('span', $count, array('class' => 'value mr-1 font-weight-bold')); $returnobject->metadata['userloginfail'] = get_string('failedloginattempts', '', $a);