gabotorresruiz commented on code in PR #34868:
URL: https://github.com/apache/superset/pull/34868#discussion_r2305929994
##########
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:
Sorry, my bad @sadpandajoe @mistercrunch. I was just testing something. I
still think tooltip texts looks better center-aligned lol, but that’s not my
call to make. Reverting this change
--
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]