mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Responsive dashboard table
This commit is contained in:
parent
9aff515c0a
commit
8a968b4dfb
|
@ -86,6 +86,7 @@
|
|||
<div class="box-body">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-hover table-fixed break-word">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -163,6 +164,7 @@
|
|||
@endif
|
||||
</tbody>
|
||||
</table>
|
||||
</div><!-- /.responsive -->
|
||||
</div><!-- /.col -->
|
||||
</div><!-- /.row -->
|
||||
</div><!-- ./box-body -->
|
||||
|
|
Loading…
Reference in a new issue