修复竞赛模块用户留言挡住右边图标的问题

This commit is contained in:
chenmin 2014-08-15 16:06:41 +08:00
parent bd56286b4e
commit ace256bea1
1 changed files with 1 additions and 1 deletions

View File

@ -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} %>