mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 20:34:51 +00:00
Text Wrap client tags so table doesnt go off the page with clients with many tags
This commit is contained in:
@@ -504,7 +504,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php
|
<?php
|
||||||
if (!empty($client_tags_display)) { ?>
|
if (!empty($client_tags_display)) { ?>
|
||||||
<div class="mt-1">
|
<div class="mt-1 text-wrap">
|
||||||
<?php echo $client_tags_display; ?>
|
<?php echo $client_tags_display; ?>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user