This commit is contained in:
2025-12-27 14:56:13 +00:00
parent d88f054ade
commit e22010b332
21 changed files with 2032 additions and 2818 deletions

View File

@@ -927,7 +927,9 @@ li i { margin-right:10px; color:#007bff; }
}
.table td.text-end, .table th.text-end {
white-space: nowrap !important; /* Force une ligne */
min-width: 100px; /* Empêche l'écrasement */
padding-left: 15px !important; /* Espace de sécurité */
white-space: nowrap !important;
min-width: 110px; /* Légèrement augmenté pour les gros montants */
padding-left: 15px !important;
padding-right: 15px !important; /* Ajout crucial pour l'équilibre visuel */
font-family: 'Courier New', Courier, monospace; /* Optionnel: police mono pour aligner les décimales */
}