aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-03-19 14:30:22 -0700
committerNivesh Rajbhandari2012-03-19 14:30:22 -0700
commitdd382088b4990c4e39f77d793c1a6bd7e3c52aca (patch)
treeb43c8e3b68531540cee811e0137c1a5057f09407 /node_modules/montage
parente506900b036f237f7d16238348fef12157deb173 (diff)
downloadninja-dd382088b4990c4e39f77d793c1a6bd7e3c52aca.tar.gz
Map - width and height should be 100% so resize handles work.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'node_modules/montage')
-rw-r--r--node_modules/montage/ui/map.reel/map.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/montage/ui/map.reel/map.html b/node_modules/montage/ui/map.reel/map.html
index b39a11a9..abb51ddd 100644
--- a/node_modules/montage/ui/map.reel/map.html
+++ b/node_modules/montage/ui/map.reel/map.html
@@ -29,8 +29,8 @@
29 .montage-google-map { 29 .montage-google-map {
30 margin: 0; 30 margin: 0;
31 padding: 0; 31 padding: 0;
32 width: 280px; 32 width: 100%;
33 height: 280px; 33 height: 100%;
34 } 34 }
35 35
36 </style> 36 </style>