From a574da13bf93c5864fc40021bec2c1f6824ad7c1 Mon Sep 17 00:00:00 2001 From: Ruslan Kabalin Date: Mon, 19 Oct 2015 19:46:49 +0100 Subject: [PATCH] locator-locations: Change map height. --- packages/locator-locations/lib/client/stylesheets/location.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/locator-locations/lib/client/stylesheets/location.css b/packages/locator-locations/lib/client/stylesheets/location.css index 3d3472f..d1d5684 100644 --- a/packages/locator-locations/lib/client/stylesheets/location.css +++ b/packages/locator-locations/lib/client/stylesheets/location.css @@ -1,7 +1,7 @@ .map-container { width: 100%; max-width: 100%; - height: 250px; + height: 500px; margin-bottom: 10px; clear: both; }