CreativeBulma / bulma-tooltip

Display a tooltip attached to any kind of element, in different position.
MIT License
76 stars 40 forks source link

Without line-height value, multi-line tooltips compress to one line #14

Open benwoodward opened 3 years ago

benwoodward commented 3 years ago

image

I don't know if this is by design, and the plugin expects for there to be a line-height value in my global stylesheet, but I'm finding that without specifying the following in my global stylesheet, the above issue occurs:

[data-tooltip] {
  line-height: 1rem;
}