Wrap text in notifications

This commit is contained in:
johnnyq 2025-02-28 13:31:53 -05:00
parent 397ebc5112
commit 12ad7962c0
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ ob_start();
<?php echo $notification_timestamp_formated; ?>
</small>
</div>
<small class="text-secondary"><?php echo $notification_details; ?></small>
<small class="text-secondary text-wrap"><?php echo $notification_details; ?></small>
</a>
<?php