impress-org / google-maps-builder

One Google Maps plugin to rule them all. Google Maps Builder is intuitive, sleek, powerful and easy to use. Forget the rest, use the best.
https://wordpress.org/plugins/google-maps-builder/
32 stars 9 forks source link

Add min-height to container #102

Closed mathetos closed 9 years ago

mathetos commented 9 years ago

Currently, if a user selects a percentage height for the map, but their container doesn't have a fixed pixel height the map won't show up at all (0px height).

Let's add a min-height of 250px to the map container div to avoid that problem. If a user REALLY needs a map that's shorter than 250px it can be over-written with CSS.

DevinWalker commented 9 years ago

Added