storage: Remove unnecessary column sizing

- Convert a div to a paragraph to get proper margins.

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:24:10 +05:30
parent ebd10c7d65
commit 87d32d9c64
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -44,9 +44,8 @@
</p> </p>
{% endif %} {% endif %}
<div>{% trans "The following disks are in use:" %}</div> <p>{% trans "The following disks are in use:" %}</p>
<div class="row">
<div class="col-lg-12">
<table class="table table-bordered table-condensed table-striped"> <table class="table table-bordered table-condensed table-striped">
<thead> <thead>
<tr> <tr>
@ -83,8 +82,6 @@
{% endfor %} {% endfor %}
</tbody> </tbody>
</table> </table>
</div>
</div>
<h3>{% trans "Partition Expansion" %}</h3> <h3>{% trans "Partition Expansion" %}</h3>
{% if expandable_root_size %} {% if expandable_root_size %}