rusackas commented on pull request #15505: URL: https://github.com/apache/superset/pull/15505#issuecomment-872451073
Hey there, thanks for the PR! If we want to avoid a hard-coded character count, and be more dynamic (so we can expand/contract the sidebar) we might be able to use an approach like this: https://codesandbox.io/s/ant-design-conditional-tooltip-yuxx5?file=/src/index.tsx That `TooltipParagraph` component could be useful in a number of places in Superset - though maybe a better name might help (TitleWithTooltip or something?). What do you think? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
