mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Make MMC FEATUREs list table responsive.
This commit is contained in:
@@ -16,8 +16,9 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
<section class="stats-section">
|
<section>
|
||||||
<h4>MMC FEATUREs</h4>
|
<h4>MMC FEATUREs</h4>
|
||||||
|
<div class="responsive-table-container">
|
||||||
<table class="table table-dark table-striped table-bordered mt-4 mb-4">
|
<table class="table table-dark table-striped table-bordered mt-4 mb-4">
|
||||||
<thead class="thead-dark">
|
<thead class="thead-dark">
|
||||||
<tr>
|
<tr>
|
||||||
@@ -775,4 +776,5 @@
|
|||||||
}
|
}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
Reference in New Issue
Block a user