Skip to content

Commit

Permalink
Merge branch 'MDL-73554' of https://github.com/Chocolate-lightning/mo…
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona committed Jan 20, 2022
2 parents efd5ddb + 1cb3cb3 commit fa9f8c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/templates/user_menu_metadata.mustache
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion user/lib.php
Expand Up @@ -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);

Expand Down

0 comments on commit fa9f8c4

Please sign in to comment.