(refs #504)Fix word-break of "Pages" table

This commit is contained in:
Naoki Takezoe
2014-10-18 19:26:11 +09:00
parent 4c89c40944
commit 8764910553

View File

@@ -32,7 +32,7 @@
</tr>
<tr>
<td>
<ul style="margin-left: 0px; margin-bottom: 0px;">
<ul style="margin-left: 0px; margin-bottom: 0px; word-break: break-all; width: 182px;">
@pages.map { page =>
<li style="margin-left:0px; list-style-type: none;"><a href="@url(repository)/wiki/@urlEncode(page)">@page</a></li>
}