Skip to content

Instantly share code, notes, and snippets.

@carmoreira
Created April 8, 2022 12:42
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 carmoreira/9452878cfb3646e166896b0dbacd9afd to your computer and use it in GitHub Desktop.
Save carmoreira/9452878cfb3646e166896b0dbacd9afd to your computer and use it in GitHub Desktop.
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