Skip to content

Commit

Permalink
MDL-64099 message: bold senders name in message
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwyllie committed Nov 27, 2018
1 parent 9990307 commit af3cfc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
>
</div>
<div class="pl-2 pr-2">
<h6 class="text-truncate m-0">{{userfrom.fullname}}</h6>
<h6 class="text-truncate m-0 font-weight-bold">{{userfrom.fullname}}</h6>
</div>
{{/fromloggedinuser}}
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
>
</div>
<div class="pl-2 pr-2">
<h6 class="text-truncate m-0">{{userfrom.fullname}}</h6>
<h6 class="text-truncate m-0"><strong>{{userfrom.fullname}}</strong></h6>
</div>
{{/fromloggedinuser}}
<div
Expand Down

0 comments on commit af3cfc7

Please sign in to comment.