用户项目列表增加自动换行

This commit is contained in:
sw 2014-07-18 16:40:57 +08:00
parent e0f5708038
commit 41983833d7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<span class="font_lighter"> <%= l(:label_peoject_take_in) %></span> <%= link_to_project(membership.project) %></td> <span class="font_lighter"> <%= l(:label_peoject_take_in) %></span> <%= link_to_project(membership.project) %></td>
</tr> </tr>
<tr> <tr>
<td colspan="2" width="580" > <td colspan="2" width="580" style="word-break:break-all">
<p class="font_description"> <p class="font_description">
<%= membership.project.short_description%> <%= membership.project.short_description%>
</p></td> </p></td>