Skip to content

Commit c7bb419

Browse files
authored
FE-2205: update map height (supabase#41096)
update height
1 parent ec45de5 commit c7bb419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/components/interfaces/Reports/renderers/ApiRenderers.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ export const RequestsByCountryMapRenderer = (
434434
}
435435

436436
return (
437-
<div ref={containerRef} className="w-full h-[560px] relative border-t">
437+
<div ref={containerRef} className="w-full h-[420px] relative border-t">
438438
<ComposableMap
439439
projection="geoMercator"
440440
projectionConfig={{ scale: 155 }}

0 commit comments

Comments
 (0)