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