This commit is contained in:
KONE SOREL 2025-12-13 10:50:26 +00:00
parent e53c91b877
commit 4676b0469c

View File

@ -5,7 +5,7 @@
text-rendering: optimizeLegibility;
transform: none !important;
}
/* Tables responsive fallback - web par défaut */
.table.table-responsive, table.table-responsive {
display: table;
@ -413,7 +413,7 @@
<div class="col-6">
<div class="d-flex justify-content-between align-items-center">
<span class="text-muted small"><?= _("Plafond") ?></span>
<span class="fw-bold"><?= $plafondFamille ?></span>
<span class="fw-bold text-truncate" style="max-width: 100px;"><?= $plafondFamille ?></span>
</div>
</div>