修复个人动态主页缺陷描述超出页面的BUG

This commit is contained in:
sw 2014-08-02 17:05:56 +08:00
parent c5a7497910
commit 69f7f97bf8
1 changed files with 6 additions and 3 deletions

View File

@ -278,12 +278,15 @@
<% end %>
</tr>
<tr>
<td colspan="2" width="580">
<div class="issue-list-description">
<td colspan="2" width="580" style="WORD-BREAK: break-all; WORD-WRAP: break-word">
<!--
<div class="issue-list-description">
<div class="wiki">
<%= textilizable act, :description %>
</div>
</div>
-->
<%= textilizable act, :description %>
<!-- <p class="font_description"> <%#= textilizable(act.description) %> </p> -->
</td>
</tr>