issue 1012, table中td撑坏的问题
This commit is contained in:
parent
a8a6d69318
commit
b34e74bd1c
|
@ -15,3 +15,4 @@
|
|||
/Gemfile.lock
|
||||
/lib/plugins/acts_as_versioned/test/debug.log
|
||||
/config/configuration.yml
|
||||
.rbenv-gemsets
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -1421,3 +1421,6 @@ ul.contest-notification-list li span{
|
|||
font-size: 13px;
|
||||
}
|
||||
|
||||
.softapplications-div table td{
|
||||
word-break: break-all;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue