Added new class to allow request descriptions to span the whole row

This commit is contained in:
brett 2017-10-19 20:58:26 +01:00
parent 3c505fd63e
commit ad0fa959fa
2 changed files with 6 additions and 1 deletions

View File

@ -14,3 +14,8 @@ body {
.navbar-brand {
width:100%;
}
.collapse.show.span-table {
display: table-cell
}

View File

@ -66,7 +66,7 @@
</td>
</tr>
<tr>
<td id="expand{{forloop.counter}}" colspan="5" class="collapse">{{ request.description }}</td>
<td id="expand{{forloop.counter}}" colspan="5" class="collapse span-table">{{ request.description }}</td>
</tr>
{% endfor %}