rusackas commented on a change in pull request #11737:
URL:
https://github.com/apache/incubator-superset/pull/11737#discussion_r527256255
##########
File path: superset-frontend/src/common/components/Tooltip.tsx
##########
@@ -21,7 +21,11 @@ import { Tooltip as BaseTooltip } from
'src/common/components';
import { TooltipProps } from 'antd/lib/tooltip';
const Tooltip = (props: TooltipProps) => (
- <BaseTooltip overlayStyle={{ fontSize: '12px' }} {...props} />
+ <BaseTooltip
+ overlayStyle={{ fontSize: '12px', lineHeight: '1.6' }}
Review comment:
should probably use the Theme variables here... maybe `useTheme` would
do the trick?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]