Incrase spacing in staging view
All checks were successful
Deploy / build (push) Successful in 50s

This commit is contained in:
2026-02-27 19:31:10 +01:00
parent b5097685c7
commit 472db2dd96

View File

@@ -6,7 +6,7 @@
<body>
<h2>Staging</h2>
<p>Branch: <b th:text="${branch}"></b></p>
<table th:if="${commitsAhead != null}" border="0" cellpadding="0" cellspacing="0">
<table th:if="${commitsAhead != null}" border="0" cellpadding="4" cellspacing="0">
<tr>
<td><span th:text="${commitsAhead}"></span> ahead, <span th:text="${commitsBehind}"></span> behind</td>
<td>