Skip to content
Snippets Groups Projects
Commit 29582af6 authored by mateusz-winiarczyk's avatar mateusz-winiarczyk
Browse files

Merge branch 'MIN-259-legend-limit-images-height' into 'development'

fix(legend): unable to remove legend and return to the main map (MIN-259)

See merge request !123
parents 4dd988f7 85297c42
No related branches found
No related tags found
2 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!123fix(legend): unable to remove legend and return to the main map (MIN-259)
Pipeline #85736 passed
......@@ -16,7 +16,7 @@ export const LegendImages: React.FC = () => {
key={imageUrl}
src={`${BASE_MAP_IMAGES_URL}/minerva/${imageUrl}`}
alt={imageUrl}
className="h-[400px]"
className="h-[400px] max-h-[50vh]"
/>
))}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment