Skip to content

Commit

Permalink
Merge pull request #71 from hanford/master
Browse files Browse the repository at this point in the history
shrink chat bubbles
  • Loading branch information
stuwil committed Apr 17, 2016
2 parents 348c95e + 45b3248 commit a98769f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktop-app/templates/messages.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2 class="message-header">
<!-- normal messages -->
<div ng-repeat-start="message in conversation.messages track by $index"
class="{{message.fromMe ? 'from-me' : 'from-them'}}">
<p ng-if="message.text" ng-bind-html="message.text | emoji"></p>
<div ng-if="message.text" ng-bind-html="message.text | emoji"></div>
</div>
<div ng-repeat-end class="clear" scroll-to-last></div>
<!-- pending messages -->
Expand Down

0 comments on commit a98769f

Please sign in to comment.