소스 검색

fixed chat message line-height

Akira Laine 9 년 전
부모
커밋
ea0ad848db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>