edit-jobset: make the "add a new input" button span the whole way

Previously it would only cross 4 of the 5 columns.
This commit is contained in:
Graham Christensen 2021-04-12 11:41:20 -04:00 committed by Graham Christensen
parent f9e30d2550
commit 0fe4cba5b7

View file

@ -51,7 +51,7 @@
[% INCLUDE renderJobsetInput input=input baseName="input-$input.name" %]
[% END %]
<tr>
<td colspan="4" style="text-align: center;"><button type="button" class="add-input btn btn-success"><i class="fas fa-plus"></i> Add a new input</button></td>
<td colspan="5" style="text-align: center;"><button type="button" class="add-input btn btn-success"><i class="fas fa-plus"></i> Add a new input</button></td>
</tr>
</tbody>
</table>