用户项目列表增加自动换行
This commit is contained in:
parent
e0f5708038
commit
41983833d7
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue