monkeysphere: Remove unnecessary column sizing

Signed-off-by: Manish Tripathy <manisht@thougtworks.com>
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2018-06-18 19:22:34 +05:30
parent 9c9998d041
commit fa8e15bc99
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -66,8 +66,6 @@
</p> </p>
{% endif %} {% endif %}
<div class="row">
<div class="col-lg-12">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
<tr> <tr>
@ -157,7 +155,5 @@
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table>
</div>
</div>
{% endblock %} {% endblock %}