This commit is contained in:
Sara Arjona 2022-01-20 09:17:26 +01:00
commit fa9f8c451b
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
}
}}
{{#metadata}}
<span class="usertext d-flex mr-1">
<span class="usertext d-flex mr-3">
<span class="meta d-flex {{classes}}">
{{{content}}}
</span>

View File

@ -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);