This commit is contained in:
2025-12-27 09:48:17 +00:00
parent 9a082743ad
commit 839ee39b55
3 changed files with 8 additions and 2 deletions

View File

@@ -925,3 +925,9 @@ li i { margin-right:10px; color:#007bff; }
width: 100%;
overflow: auto;
}
.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é */
}