mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-04 14:50:02 +01:00
(refs #504)Fix word-break of "Pages" table
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user