chinchang / hint.css

A CSS only tooltip library for your lovely websites.
https://kushagra.dev/lab/hint/
MIT License
8.42k stars 701 forks source link

Using white-space: pre / pre-wrap break the arrows on Firefox #120

Closed petetnt closed 7 years ago

petetnt commented 8 years ago

Ran into this browser quirk today: using white-space: pre or white-space: pre-wrap on any of the parent elements to the tooltip or the tooltip element itself results in the arrow breaking in Firefox:

image

Works correctly on IE11, Chrome 48, broken in Firefox 42-44 (at least)

chinchang commented 7 years ago

Not reproducable any more on Firefox.