Add "table-responsive d-md-table" class

Makes tables in admin panel responsive
This commit is contained in:
slawkens
2021-01-18 01:47:11 +01:00
parent d8ac88b7d9
commit 8f88c82a13
7 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
<h5 class="m-0">Users active within last {{ config_visitors_counter_ttl }} minutes.</h5>
</div>
<div class="card-body">
<table id="tb_visitors" class="table table-striped table-bordered">
<table id="tb_visitors" class="table table-striped table-bordered table-responsive d-md-table">
<thead>
<tr>
<th>IP</th>