sadpandajoe commented on code in PR #34868: URL: https://github.com/apache/superset/pull/34868#discussion_r2305783905
########## superset-frontend/packages/superset-ui-core/src/components/Tooltip/index.tsx: ########## @@ -23,7 +23,11 @@ import type { TooltipProps, TooltipPlacement } from './types'; export const Tooltip = ({ overlayStyle, ...props }: TooltipProps) => ( <AntdTooltip styles={{ - body: { overflow: 'hidden', textOverflow: 'ellipsis' }, + body: { + overflow: 'hidden', + textOverflow: 'ellipsis', + textAlign: 'center', Review Comment: Doesn't this affect all tooltips? Do we want everything to be center aligned? -- 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