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