Corrections

This commit is contained in:
2025-12-14 11:13:42 +00:00
parent 27f919e40b
commit f207d14fc0
5 changed files with 20 additions and 14 deletions

View File

@@ -11,9 +11,9 @@
</div>
<div class="card mb-3">
<div class="card-header bg-secondary py-2 mb-3">
<h5 class="mb-0 text-center text-light">
<?= substr($this->nettoyer($_SESSION['beneficiaire_C']), 0, 25). " ( " .$_SESSION['numeroBeneficiaire_C']. " )" ?>
<div class="card-header bg-secondary py-2">
<h5 class="mb-0 text-center text-light text-truncate" style="max-width:280px;">
<?= $this->nettoyer($_SESSION['beneficiaire_C']). " ( " .$_SESSION['numeroBeneficiaire_C']. " )" ?>
</h5>
</div>