Make users table responsive (#3348)

This commit is contained in:
Umar Bolatov 2022-01-23 21:03:56 -08:00 committed by GitHub
parent 692b57a1ad
commit 30db0cd4f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@
Add User Add User
</a> </a>
</div> </div>
<div class="table-responsive">
<table class="table table-hover"> <table class="table table-hover">
<thead> <thead>
<tr> <tr>
@ -89,5 +89,6 @@
} }
</tbody> </tbody>
</table> </table>
</div>
<vc:pager view-model="Model"></vc:pager> <vc:pager view-model="Model"></vc:pager>