issue 1012, table中td撑坏的问题

This commit is contained in:
hhuai 2014-08-18 17:00:52 +08:00
parent a8a6d69318
commit b34e74bd1c
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
/Gemfile.lock
/lib/plugins/acts_as_versioned/test/debug.log
/config/configuration.yml
.rbenv-gemsets

View File

@ -2,7 +2,7 @@
<div style="height: auto; padding-bottom: 10px">
<div style="height: auto; padding-bottom: 10px" class="softapplications-div">
<tr>
<td colspan="2" valign="top" width="320">
</td>

View File

@ -1421,3 +1421,6 @@ ul.contest-notification-list li span{
font-size: 13px;
}
.softapplications-div table td{
word-break: break-all;
}