Merge pull request #444 from Stonewuu/fix-comment
修复侧边栏twikoo最近评论的鼠标悬停显示test的问题
This commit is contained in:
commit
13ec6e322f
|
@ -53,7 +53,7 @@
|
|||
<img alt="dasda" ${name}="${items.avatar}">
|
||||
</a>
|
||||
<div class="content">
|
||||
<a class="comment" style="display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;" href="${items.url + '#' + items.id}" title="test">
|
||||
<a class="comment" style="display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;" href="${items.url + '#' + items.id}" title="${items.commentText}">
|
||||
${items.commentText}
|
||||
</a>
|
||||
<div class="name">
|
||||
|
|
Loading…
Reference in New Issue