diff --git a/message/templates/message_drawer_contacts_list.mustache b/message/templates/message_drawer_contacts_list.mustache
index 37f7fc94fa1..bb395da922f 100644
--- a/message/templates/message_drawer_contacts_list.mustache
+++ b/message/templates/message_drawer_contacts_list.mustache
@@ -60,7 +60,7 @@
{{#showonlinestatus}}
{{/showonlinestatus}}
-
{{fullname}}
+ {{fullname}}
-
{{fullname}}
+
{{fullname}}
{{#isblocked}}
{{#pix}} t/block, core, {{#str}} contactblocked, message {{/str}} {{/pix}}
diff --git a/theme/bootstrapbase/less/moodle/bs4-compat.less b/theme/bootstrapbase/less/moodle/bs4-compat.less
index 2936d935195..d34c15c6fbe 100644
--- a/theme/bootstrapbase/less/moodle/bs4-compat.less
+++ b/theme/bootstrapbase/less/moodle/bs4-compat.less
@@ -647,3 +647,7 @@
display: none;
}
}
+
+.font-weight-bold {
+ font-weight: 700 !important;
+}
diff --git a/theme/bootstrapbase/style/moodle.css b/theme/bootstrapbase/style/moodle.css
index c3946701088..cd4f59e0b41 100644
--- a/theme/bootstrapbase/style/moodle.css
+++ b/theme/bootstrapbase/style/moodle.css
@@ -22392,3 +22392,6 @@ ul.indented-list {
.dir-ltr .dir-ltr-hide {
display: none;
}
+.font-weight-bold {
+ font-weight: 700 !important;
+}