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

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

parent 4dd988f7
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)
......@@ -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