Skip to content

Commit

Permalink
Force long test names to break line, so they don't break the whole re…
Browse files Browse the repository at this point in the history
…sults table
  • Loading branch information
OndraM committed May 28, 2015
1 parent 02bfaa7 commit 4812e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/results.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<tbody>
<xsl:for-each select="//testcases/testcase">
<tr class="testcase-row">
<td colspan="2">
<td colspan="2" style="word-break: break-all;">
<xsl:value-of select="@name"/>
</td>
<td>
Expand Down Expand Up @@ -155,7 +155,7 @@
<xsl:for-each select="test">
<tr class="test-row">
<td></td>
<td>
<td style="word-break: break-all;">
<xsl:value-of select="@name"/>
</td>
<td>
Expand Down

0 comments on commit 4812e99

Please sign in to comment.