fix max size of audit table

This commit is contained in:
Andrew 2022-01-12 22:56:44 -05:00
parent d4359da6b1
commit 20a69b1e0d

View File

@ -31,7 +31,7 @@
<div class="card-body">
<div class="table-responsive">
<table class="table table-hover" id="audit_table" style="overflow: scroll;">
<table class="table table-hover" id="audit_table" style="overflow: scroll;" width="100%">
<thead>
<tr class="rounded">
<td>Username</td>