rusackas commented on a change in pull request #19259: URL: https://github.com/apache/superset/pull/19259#discussion_r830301684
########## File path: superset-frontend/packages/superset-ui-chart-controls/src/components/Tooltip.tsx ########## @@ -46,9 +46,15 @@ export const Tooltip = ({ overlayStyle, color, ...props }: TooltipProps) => { overlayStyle={{ fontSize: theme.typography.sizes.s, lineHeight: '1.6', + maxWidth: 250, Review comment: If this width is relative to the tooltip's container, maybe we can do something like `calc(100% - gridUnit * 4)` or something? -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org