Commit 239ce24f authored by Mark Otto's avatar Mark Otto
Browse files

fixes #5188: add .google-maps class to reset responsive images on case-by-case basis

parent 085d6d18
1 merge request!5450Fixed copy and paste caused typo in CAROUSEL DATA-API
Showing with 4 additions and 2 deletions
+4 -2
...@@ -75,7 +75,8 @@ img { ...@@ -75,7 +75,8 @@ img {
-ms-interpolation-mode: bicubic; -ms-interpolation-mode: bicubic;
} }
#map_canvas img { #map_canvas img,
.google-maps img {
max-width: none; max-width: none;
} }
......
...@@ -88,7 +88,8 @@ img { ...@@ -88,7 +88,8 @@ img {
} }
// Prevent max-width from affecting Google Maps // Prevent max-width from affecting Google Maps
#map_canvas img { #map_canvas img,
.google-maps img {
max-width: none; max-width: none;
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment