mirror of
https://github.com/apache/superset.git
synced 2026-04-24 02:25:13 +00:00
chore(Tooltip): Upgrade Tooltip to Ant Design 5 (#31182)
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ const StyledTooltip = (props: any) => {
|
||||
{({ css }) => (
|
||||
<Tooltip
|
||||
overlayClassName={css`
|
||||
.ant-tooltip-inner {
|
||||
.antd5-tooltip-inner {
|
||||
max-width: ${theme.gridUnit * 125}px;
|
||||
word-wrap: break-word;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user