Add style="white-space: nowrap;" to the URL table so it is still

readable even with long URLs.
This commit is contained in:
Warren Block 2016-04-13 14:04:51 +00:00
parent 50e11a7387
commit 1b0ff6f61b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48608

View file

@ -157,7 +157,7 @@
<url> element, adding a row to hold the description and URL.
Both work as links. -->
<xsl:template match="links">
<table title="Links">
<table title="Links" style="white-space: nowrap;">
<tr>
<td>Links</td>
</tr>