From 1b386a6f5b30f5a7b0a2773bff38f728b9b6b53a Mon Sep 17 00:00:00 2001 From: Cedric Date: Wed, 22 Jul 2026 09:27:00 +0200 Subject: [PATCH] Actualiser css/public.css --- css/public.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/public.css b/css/public.css index c577da7..d197af1 100644 --- a/css/public.css +++ b/css/public.css @@ -1441,5 +1441,10 @@ footer { /* 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