mistercrunch commented on code in PR #34868:
URL: https://github.com/apache/superset/pull/34868#discussion_r2305834255


##########
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:
   yup careful on touching core components as will ripple through the app...



-- 
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]

Reply via email to