Skip to content
Snippets Groups Projects
Commit 06d2bf5d authored by Andriy Podanenko's avatar Andriy Podanenko
Browse files

Issue #1298800 by hkirsman | Jeff Burnz: Fixed img max-width 100% will break...

Issue #1298800 by hkirsman | Jeff Burnz: Fixed img max-width 100% will break Google maps (in Firefox). Fixed typo.
parent f8d7e98c
No related branches found
No related tags found
No related merge requests found
...@@ -61,3 +61,7 @@ ...@@ -61,3 +61,7 @@
color: grey; color: grey;
} }
/* Fix grey map bug in Firefox when img { max-width: 100% } is set */
.gmap img {
max-width: none !important;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment