diff options
-rw-r--r-- | pgcommitfest/commitfest/templates/patch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index 2eda765..df3659a 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -29,7 +29,7 @@ <tr> <th>Status</th> <td>{%for c in patch_commitfests %} - {{c.commitfest}}: <span class="label label-default">{{c.statusstring}}</span><br/> + <div style="margin-bottom: 3px;">{{c.commitfest}}: <span class="label label-default">{{c.statusstring}}</span></div> {%endfor%} </td> </tr> |