forked from lix-project/hydra
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:
parent
f9e30d2550
commit
0fe4cba5b7
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue