Skip to content

Commit

Permalink
Remove max height for resultCard
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Jan 15, 2024
1 parent a5dd5be commit 9118e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/pages/search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const SearchUI: React.FC<Props> = ({ 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"
/>
);
Expand Down

0 comments on commit 9118e2a

Please sign in to comment.