We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4c1d8 commit 1c98f2cCopy full SHA for 1c98f2c
www/addons/mod_chat/templates/chat.html
@@ -27,7 +27,7 @@
27
<span>{{ 'mma.mod_chat.messagebeepsyou' | translate:{$a: message.userfullname} }}</span>
28
</p>
29
30
- <article ng-if="!message.system && message.message.substr(0, 4) != 'beep'" class="item item-avatar" href="#">
+ <article ng-if="!message.system && message.message.substr(0, 4) != 'beep'" class="item item-avatar item-text-wrap" href="#">
31
<img ng-if="message.userprofileimageurl" ng-src="{{message.userprofileimageurl}}" mm-external-content>
32
<img ng-if="!message.userprofileimageurl" src="img/user-avatar.png" alt="">
33
<h2>{{ message.userfullname }}</h2>
0 commit comments