Merge pull request #165 from Brett78/master

Update requests description CSS
This commit is contained in:
Oliver Marks 2017-10-20 08:00:36 +01:00 committed by GitHub
commit 79774498c2
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 %}