Update client table responsiveness viewpoint to fix issue when window is a certain width on the desktop

This commit is contained in:
johnnyq 2025-12-30 16:58:44 -05:00
parent ccd5605d97
commit 79703042ff
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
<form id="bulkActions" action="post.php" method="post">
<input type="hidden" name="csrf_token" value="<?php echo $_SESSION['csrf_token'] ?>">
<div class="table-responsive-sm">
<div class="table-responsive">
<table class="table table-hover mb-0 text-nowrap">
<thead class="<?php if ($num_rows[0] == 0) { echo "d-none"; } ?> bg-light">
<tr>