Skip to content

Instantly share code, notes, and snippets.

@seanwittmeyer
Created November 18, 2013 06:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seanwittmeyer/7523535 to your computer and use it in GitHub Desktop.
Save seanwittmeyer/7523535 to your computer and use it in GitHub Desktop.
Fix for Google Maps control images conflicting with Bootstrap 2.x
#mapCanvas img {
max-width: none;
}
#mapCanvas label {
width: auto;
display:inline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment