Truncate
This commit is contained in:
parent
e53c91b877
commit
4676b0469c
|
|
@ -5,7 +5,7 @@
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
transform: none !important;
|
transform: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tables responsive fallback - web par défaut */
|
/* Tables responsive fallback - web par défaut */
|
||||||
.table.table-responsive, table.table-responsive {
|
.table.table-responsive, table.table-responsive {
|
||||||
display: table;
|
display: table;
|
||||||
|
|
@ -413,7 +413,7 @@
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<div class="d-flex justify-content-between align-items-center">
|
<div class="d-flex justify-content-between align-items-center">
|
||||||
<span class="text-muted small"><?= _("Plafond") ?></span>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user