From cd774a3a2b8a8009307101b4886cf82e6b6ce45f Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 7 Aug 2014 14:51:32 +1000 Subject: [PATCH] Fix small device width issue on google map embedding --- app/assets/stylesheets/darkswarm/map.css.sass | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/darkswarm/map.css.sass b/app/assets/stylesheets/darkswarm/map.css.sass index 78d350d6be..53e8fb5768 100644 --- a/app/assets/stylesheets/darkswarm/map.css.sass +++ b/app/assets/stylesheets/darkswarm/map.css.sass @@ -8,6 +8,7 @@ map, .angular-google-map-container, google-map, .angular-google-map display: block height: 100% + width: 100% img // https://github.com/zurb/foundation/issues/112 max-width: none