Browse Source

fixed chat message line-height

Akira Laine 9 years ago
parent
commit
ea0ad848db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/client/templates/room.html

+ 1 - 1
app/client/templates/room.html

@@ -231,7 +231,7 @@
                             <span title="{{time}}" style="float: right;">{{rtime time}}</span>
                             <small class="rank-{{this.rawrank}}">{{this.rank}}</small>
                             <a style="text-decoration: none" href="/u/{{this.username}}" target="_blank">{{this.username}}</a>
-                            <p style="clear: both; margin-bottom: -10px">{{this.message}}</p>
+                            <p style="clear: both; line-height: initial;">{{this.message}}</p>
                         </li>
                     {{/emojione}}
                     <hr>