diff --git a/frontend/src/components/pages/search/Search.tsx b/frontend/src/components/pages/search/Search.tsx index 67b225eb0..a533f5769 100644 --- a/frontend/src/components/pages/search/Search.tsx +++ b/frontend/src/components/pages/search/Search.tsx @@ -235,7 +235,7 @@ export const SearchUI: React.FC = ({ language }) => { searchResult.id, searchResult.name, )} - className="my-4 desktop:my-6 desktop:mx-1 desktop:max-h-50" // Height is limited in desktop to restrain vertical images ; not limiting with short text & informations + className="my-4 desktop:my-6 desktop:mx-1" titleTag="h2" /> );