Added new class to allow request descriptions to span the whole row
This commit is contained in:
parent
3c505fd63e
commit
ad0fa959fa
|
@ -14,3 +14,8 @@ body {
|
|||
.navbar-brand {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
|
||||
.collapse.show.span-table {
|
||||
display: table-cell
|
||||
}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue