chinchang / hint.css

A CSS only tooltip library for your lovely websites.

Home Page:https://kushagra.dev/lab/hint/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

petetnt opened this issue · comments

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)

Not reproducable any more on Firefox.