Skip to content

Instantly share code, notes, and snippets.

@minichiello
Created August 15, 2014 16:54
Show Gist options
  • Save minichiello/161e921aab2ce8f7a013 to your computer and use it in GitHub Desktop.
Save minichiello/161e921aab2ce8f7a013 to your computer and use it in GitHub Desktop.
Bootstrap CSS Google Maps Fix
#map-container #map-canvas img {
max-width: none;
}
#map-container #map-canvas label {
width: auto;
display: inline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment