Skip to content

Commit

Permalink
fix: fix fcs food security width
Browse files Browse the repository at this point in the history
  • Loading branch information
Armanpreet Ghotra committed Dec 20, 2024
1 parent 7a6e314 commit 0901ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Map/FcsMap/FcsAccordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function FcsAccordion({ countryData, loading, countryIso3Data, co
</div>
) : (
<>
<div className="absolute w-[360px] left-[108px] top-4 z-9999 overflow-y-scroll max-h-screen">
<div className="absolute w-[350px] left-[108px] top-4 z-9999 overflow-y-scroll max-h-screen">
<AccordionContainer
loading={loading}
title={countryName}
Expand Down

0 comments on commit 0901ddb

Please sign in to comment.