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
Another constant hassle is having to change EuiTooltip's anchorClassName to eui-displayBlock in order to change to block from inline-block. EuiPopover fixed this by adding display?: keyof typeof displayToClassNameMap; for quick customization which allows it to accept any of the ways the consumer might need it to display.
The text was updated successfully, but these errors were encountered:
Another constant hassle is having to change EuiTooltip's
anchorClassName
toeui-displayBlock
in order to change to block from inline-block. EuiPopover fixed this by addingdisplay?: keyof typeof displayToClassNameMap;
for quick customization which allows it to accept any of the ways the consumer might need it to display.The text was updated successfully, but these errors were encountered: