修复竞赛模块用户留言挡住右边图标的问题
This commit is contained in:
parent
bd56286b4e
commit
ace256bea1
|
@ -6,7 +6,7 @@
|
|||
<p>
|
||||
<strong><%= l(:label_bids_reward_method) %><span class="bonus"><%= @contest.budget%></span></strong>
|
||||
</p>
|
||||
<div class="bid_description">
|
||||
<div class="bid_description" style="width: 100%;word-break:break-all;">
|
||||
<%= @contest.description %>
|
||||
<!-- <%# if @contest.attachments.any?%>
|
||||
<%# options = {:author => true} %>
|
||||
|
|
Loading…
Reference in New Issue