임관 권유문 길이 제한

This commit is contained in:
2018-06-26 04:13:41 +09:00
parent 0b19a37ad4
commit 0023677003
+2 -2
View File
@@ -10,8 +10,8 @@
>
<td style="width:130px;text-align:center;"
><?=$nation['name']?></td>
<td style="width:870px;max-width:870px;max-height:200px;overflow:hidden;"
><?=$nation['scoutmsg']?:'-'?></td>
<td><div style="width:870px;max-width:870px;max-height:200px;overflow:hidden;"
><?=$nation['scoutmsg']?:'-'?></div></td>
</tr>
<?php endforeach; ?>
</tbody>