nt1m / material-framework

[Unmaintained] An easy to use material design based framework.
http://nt1m.github.io/material-framework
MIT License
388 stars 86 forks source link

Tooltips don't work with strings longer than the width of the containing element. #186

Closed PalmerAL closed 9 years ago

PalmerAL commented 9 years ago

For example, a long tooltip added to a fab.

Occurs because of the max-width property on tooltips.

nt1m commented 9 years ago

The max-width is only for the animation, any value could fit.