diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-06-29 08:12:41 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-06-29 08:13:49 +0100 |
| commit | c99c7c827c131804004e528ff88f03a0aa9e9fb7 (patch) | |
| tree | 02a756b0f333b1370337cdb93abe739109fafe23 /modules_v3/googlemap | |
| parent | 845a8279a6e773cc0ca12d4a0b427c963cb31fb8 (diff) | |
| download | webtrees-c99c7c827c131804004e528ff88f03a0aa9e9fb7.tar.gz webtrees-c99c7c827c131804004e528ff88f03a0aa9e9fb7.tar.bz2 webtrees-c99c7c827c131804004e528ff88f03a0aa9e9fb7.zip | |
Fix: #993 - Use CSS for Google Map size
Diffstat (limited to 'modules_v3/googlemap')
| -rw-r--r-- | modules_v3/googlemap/css/wt_v3_googlemap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules_v3/googlemap/css/wt_v3_googlemap.css b/modules_v3/googlemap/css/wt_v3_googlemap.css index a812cec64f..ca5777d5b3 100644 --- a/modules_v3/googlemap/css/wt_v3_googlemap.css +++ b/modules_v3/googlemap/css/wt_v3_googlemap.css @@ -29,6 +29,7 @@ /* Contains a map and a list of events */ .gm-wrapper { + height: 400px; border: 1px solid #888; margin: 2px; display: flex; |
