webapp: added css table-responsive for lower resolutions

This commit is contained in:
fischaxe 2023-04-10 10:45:24 +02:00
parent 12d7349699
commit 994a543b87

View File

@ -17,6 +17,7 @@
</div>
<div class="card-body">
<div class="table-responsive">
<table class="table table-striped table-hover">
<thead>
<tr>
@ -42,6 +43,7 @@
</table>
</div>
</div>
</div>
</template>
<script lang="ts">