Add style="white-space: nowrap;" to the URL table so it is still
readable even with long URLs.
This commit is contained in:
parent
50e11a7387
commit
1b0ff6f61b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48608
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue