diff --git a/css/admin.css b/css/admin.css index f146d65..bec8ab6 100644 --- a/css/admin.css +++ b/css/admin.css @@ -275,5 +275,10 @@ input[type="checkbox"]:checked::after { content: '✓'; color: var(--background) /* Empêche le défilement de se propager au body */ overscroll-behavior: contain; -webkit-overflow-scrolling: touch; /* Défilement fluide sur iOS */ -} + } + + .card-title, .detail-title, td { + word-break: break-word; /* Permet de couper les mots trop longs si nécessaire */ + hyphens: auto; + } } \ No newline at end of file