mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
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:
parent
ebd10c7d65
commit
87d32d9c64
@ -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 %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user