Skip to content

Instantly share code, notes, and snippets.

@carmoreira
Created April 8, 2022 12:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Interactive Geo Maps - Make tooltip smaller on mobile
@media only screen and (max-width:780px) {
.map_wrapper .imapsLabel foreignObject {
font-size:0.6em;
line-height:1.1em;
white-space:normal;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment