Merge pull request #165 from Brett78/master
Update requests description CSS
This commit is contained in:
commit
79774498c2
|
@ -14,3 +14,8 @@ body {
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.collapse.show.span-table {
|
||||||
|
display: table-cell
|
||||||
|
}
|
||||||
|
|
|
@ -66,7 +66,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<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>
|
</tr>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue