Bulk Mail: Make contacts select table responsive

This commit is contained in:
johnnyq
2024-01-21 14:34:45 -05:00
parent 2ee21c3f9a
commit 9db7947004
+2
View File
@@ -55,6 +55,7 @@ $sql = mysqli_query($mysqli, "SELECT * FROM contacts
<h5>Select Contacts</h5> <h5>Select Contacts</h5>
<hr> <hr>
<div class="card"> <div class="card">
<div class="table-responsive">
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>
@@ -103,6 +104,7 @@ $sql = mysqli_query($mysqli, "SELECT * FROM contacts
<?php } ?> <?php } ?>
</tbody> </tbody>
</table> </table>
</div>
</div> </div>