From 4b6632cad5746ef49012843543979b576d429d54 Mon Sep 17 00:00:00 2001 From: gnezim Date: Mon, 20 Apr 2026 01:50:07 +0300 Subject: [PATCH] =?UTF-8?q?Match=20Angular=20flights-map=20canvas=20height?= =?UTF-8?q?=20(500=20=E2=86=92=20800px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/flights-map/components/FlightsMapStartPage.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/flights-map/components/FlightsMapStartPage.scss b/src/features/flights-map/components/FlightsMapStartPage.scss index a24d6390..4f551a44 100644 --- a/src/features/flights-map/components/FlightsMapStartPage.scss +++ b/src/features/flights-map/components/FlightsMapStartPage.scss @@ -39,12 +39,12 @@ .flights-map-start { &__map-wrapper { position: relative; - min-height: 500px; + min-height: 800px; } &__map { width: 100%; - height: 500px; + height: 800px; } &__spinner,