lyndsiWilliams commented on a change in pull request #17068:
URL: https://github.com/apache/superset/pull/17068#discussion_r728133012



##########
File path: superset-frontend/src/components/FilterableTable/FilterableTable.tsx
##########
@@ -396,7 +396,7 @@ export default class FilterableTable extends PureComponent<
           }}
           className={`${className} grid-cell grid-header-cell`}
         >
-          <div>{label}</div>
+          <div css={{ width: 'max-content' }}>{label}</div>

Review comment:
       This fixed the tooltip _and_ the moving text, thank you! Fixed in [`this 
commit`](https://github.com/apache/superset/pull/17068/commits/00920419512622d22b6161c2cbc825b20a11f9ed).




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

Reply via email to