CreativeBulma / bulma-tooltip

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

Feature request: Text align of tooltip #6

Closed oliverfindl closed 4 years ago

oliverfindl commented 4 years ago

Hello @CreativeBulma,

it would be nice to have option to set different text align of tooltip (globally and per different breakpoints) and its default sass variable. This will be useful for tooltips that contains new line characters or for .has-tooltip-multiline option.

Thanks

CreativeBulma commented 4 years ago

Hi @oliverfindl,

could be useful.

Any idea how to name those modifiers : has-tooltip-text-right and has-tooltip-text-centered ?

oliverfindl commented 4 years ago

Hello @CreativeBulma,

Yes, basic ones:

And versions for different breakpoints. E.g.:

.has-tooltip-text-centered.has-tooltip-text-left-touch

Thanks