Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions client/app/hopitaux/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ export default function HopitauxPage() {
/>
{!loading && !error && hospitals.length > 0 && (
<div className="mb-6 relative z-30">
{/* Changement ici : suppression de overflow-x-auto et ajout de flex-wrap */}
<div className="flex items-center justify-start gap-3 py-2">
<div className="flex items-center justify-start gap-3 py-2 flex-wrap">
<MultiSelectFilter
label="Spécifications"
options={specificationOptions}
Expand Down
Loading