You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/03/18 19:37:53 UTC

[GitHub] [superset] rusackas commented on a change in pull request #19259: feat(explore): Dataset panel option tooltips

rusackas commented on a change in pull request #19259:
URL: https://github.com/apache/superset/pull/19259#discussion_r830301684



##########
File path: superset-frontend/packages/superset-ui-chart-controls/src/components/Tooltip.tsx
##########
@@ -46,9 +46,15 @@ export const Tooltip = ({ overlayStyle, color, ...props }: TooltipProps) => {
         overlayStyle={{
           fontSize: theme.typography.sizes.s,
           lineHeight: '1.6',
+          maxWidth: 250,

Review comment:
       If this width is relative to the tooltip's container, maybe we can do something like `calc(100% - gridUnit * 4)` or something?




-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org