Modification prestations

This commit is contained in:
KONE SOREL 2025-12-13 11:10:04 +00:00
parent b9378d3102
commit e75098bb0d
2 changed files with 2 additions and 2 deletions

View File

@ -16957,7 +16957,7 @@ function afficherMasquerGaranties()
function afficherhistoriqueadherent(numeroAdherent){
debugger;
d1=$("#d1").val();
d2=$("#d2").val();

View File

@ -219,7 +219,7 @@
<div class="row mb-2">
<div class="col-10 mb-2">
<div class="d-flex justify-content-between align-items-center">
<span class="fw-bold me-2 text-dark"><?= $libelleActe ?></span>
<span class="fw-bold me-2 text-dark text-truncate" style="max-width: 200px;"><?= $libelleActe ?></span>
</div>
</div>