From 62aaa19cff3b744f505211a87e90eef9a1fa8d0a Mon Sep 17 00:00:00 2001 From: LuluH19 Date: Thu, 29 Jan 2026 17:31:11 +0100 Subject: [PATCH 1/2] fix: header --- client/app/hopitaux/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/client/app/hopitaux/page.tsx b/client/app/hopitaux/page.tsx index 126f252..3fe6bf1 100644 --- a/client/app/hopitaux/page.tsx +++ b/client/app/hopitaux/page.tsx @@ -177,9 +177,10 @@ export default function HopitauxPage() { onChange={setSearchQuery} className="mb-4" /> - {!loading && !error && hospitals.length > 0 && ( -
-
+ {!loading && !error && hospitals.length > 0 && ( +
+ {/* Changement ici : suppression de overflow-x-auto et ajout de flex-wrap */} +
-
+ +
{filteredHospitals.length} {filteredHospitals.length > 1 ? 'hôpitaux trouvés' : 'hôpital trouvé'}
From 2226dcf3e1a070ea80932c279dddafb29b198a49 Mon Sep 17 00:00:00 2001 From: LuluH19 Date: Thu, 29 Jan 2026 17:46:58 +0100 Subject: [PATCH 2/2] fix: header2 --- client/app/hopitaux/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/app/hopitaux/page.tsx b/client/app/hopitaux/page.tsx index 3fe6bf1..0710cc4 100644 --- a/client/app/hopitaux/page.tsx +++ b/client/app/hopitaux/page.tsx @@ -179,8 +179,7 @@ export default function HopitauxPage() { /> {!loading && !error && hospitals.length > 0 && (
- {/* Changement ici : suppression de overflow-x-auto et ajout de flex-wrap */} -
+