fixed issue 1013,“奖励方式”未对非汉字类型进行自动换行处理

This commit is contained in:
hhuai 2014-08-18 20:55:43 +08:00
parent b34e74bd1c
commit 0cbcaa88e8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<table border="0">
<tr>
<td>
<strong><%= l(:label_contests_reward_method) %>:&nbsp;&nbsp;<span style="color: #15bccf;font-family: 14px; font-family: 微软雅黑"><%= contest.budget%></span></strong>
<strong><%= l(:label_contests_reward_method) %>:&nbsp;&nbsp;<span style="word-break: break-all; color: #15bccf;font-family: 14px; font-family: 微软雅黑"><%= contest.budget%></span></strong>
</td>
</tr>