Skip to content

Commit a7f9890

Browse files
committed
build(ci): fix style about email template
1 parent 95f2234 commit a7f9890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins/my-groovy-html.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
font-family: Courier New;
1212
}
1313
.filesChanged {
14-
width: 10%;
14+
width: 60px;
1515
padding-left: 10px;
1616
}
1717
.section {
@@ -76,7 +76,7 @@
7676
</td>
7777
</tr>
7878
<tr>
79-
<td>URL:</td>
79+
<td style="width:60px;">URL:</td>
8080
<td><A href="${rooturl}${build.url}">${rooturl}${build.url}</A></td>
8181
</tr>
8282
<tr>

0 commit comments

Comments
 (0)