修复个人动态主页缺陷描述超出页面的BUG
This commit is contained in:
parent
c5a7497910
commit
69f7f97bf8
|
@ -278,12 +278,15 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2" width="580">
|
<td colspan="2" width="580" style="WORD-BREAK: break-all; WORD-WRAP: break-word">
|
||||||
<div class="issue-list-description">
|
<!--
|
||||||
|
<div class="issue-list-description">
|
||||||
<div class="wiki">
|
<div class="wiki">
|
||||||
<%= textilizable act, :description %>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
|
<%= textilizable act, :description %>
|
||||||
<!-- <p class="font_description"> <%#= textilizable(act.description) %> </p> -->
|
<!-- <p class="font_description"> <%#= textilizable(act.description) %> </p> -->
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in New Issue