You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, then I must have just botched it hah. I thought I tried that first and the class didn't get applied. I'll try again :)
Like this?
{{#bs-tooltip class="foobar"}}
<div style="text-align: center;">Password Requirements:</div>
<div style="text-align: left;">
<ul>
<li>Must include at least one upper case letter, one lower case letter, and a number</li>
<li>Must be between 4 and 32 characters in length</li>
</ul>
</div>
{{/bs-tooltip}}
Oh, yeah, I guess you are right... should have thought about it a little bit more. The tooltip is inserted at some other place in the DOM through ember-wormhole, therefore this won't work.
This needs some changes in code, will make this a feature request. Should be pretty easy to add...
I can do:
in my app.scss for ALL tooltips.
But how can I control the width of ONE tooltip?
The text was updated successfully, but these errors were encountered: