Text Wrap client tags so table doesnt go off the page with clients with many tags

This commit is contained in:
johnnyq 2025-09-05 19:29:21 -04:00
parent b34298e45b
commit f51c3e9e3f
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
<?php } ?>
<?php
if (!empty($client_tags_display)) { ?>
<div class="mt-1">
<div class="mt-1 text-wrap">
<?php echo $client_tags_display; ?>
</div>
<?php } ?>