diff --git a/examples/geolocation.html b/examples/geolocation.html index 09e4243a16..65e32a4e7b 100644 --- a/examples/geolocation.html +++ b/examples/geolocation.html @@ -12,6 +12,9 @@ font-size: 22px; text-shadow: 2px 2px 3px #013; } + .tooltip-inner { + white-space: nowrap; + }