[chart]rich tooltip text overflows outside of the parent div for line chart #12688
Comments
|
This is version 1.0. I can create a PR in superset-ui. I was thinking to remove the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Screenshot
Description
The rich tooltip text renders in a table that is inside a parent div that has the max-width set. If the text in the table is too wide, then the text will render outside of the div.
This is being caused by this line setting the max width of the div:
The text was updated successfully, but these errors were encountered: