1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 04:07:59 +02:00

UI Defect: Backups View looks broken for portrait view on iPhone #323

This commit is contained in:
Awilum
2014-07-26 01:02:36 +04:00
parent 3592d3342a
commit 7c548aa5b4

View File

@@ -17,6 +17,7 @@
</div> </div>
<!-- Backup_list --> <!-- Backup_list -->
<div class="table-responsive">
<table class="table table-bordered"> <table class="table table-bordered">
<thead> <thead>
<tr> <tr>
@@ -52,4 +53,5 @@
<?php } ?> <?php } ?>
</tbody> </tbody>
</table> </table>
</div>
<!-- /Backup_list --> <!-- /Backup_list -->