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
Describe the bug
I am creating a <Tooltip Inline="false" Multiline="true" Text="lorum ipsum">, but it is resulting in <div class="b-tooltip b-tooltip-top b-tooltip-inline" ... which still includes the b-tooltip-inline class which is throwing off our page styling.
Describe the bug
I am creating a
<Tooltip Inline="false" Multiline="true" Text="lorum ipsum">
, but it is resulting in<div class="b-tooltip b-tooltip-top b-tooltip-inline" ...
which still includes theb-tooltip-inline
class which is throwing off our page styling.To Reproduce
Steps to reproduce the behavior:
using this structure:
tooltip still has inline class applied to it.
Expected behavior
b-tooltip-inline
class should not be applied to tooltip tagThe text was updated successfully, but these errors were encountered: