提交 b4d6d8c0 编写于 作者: K Kohsuke Kawaguchi

Merge pull request #842 from olivergondza/sysinfo-wordbreak

[FIXED JENKINS-17942] Break long values in property tables
......@@ -39,8 +39,8 @@ THE SOFTWARE.
<j:forEach var="e" items="${items}">
<tr>
<td class="pane"><st:out value="${e.key}"/></td>
<td class="pane"><st:out value="${e.value}"/></td>
<td class="pane" style="white-space: normal"><l:breakable value="${e.value}"/></td>
</tr>
</j:forEach>
</table>
</j:jelly>
\ No newline at end of file
</j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册