-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long tooltips #458
Labels
bug
Fixes for quality problems that affect the customer experience
Comments
spalger
pushed a commit
that referenced
this issue
Oct 6, 2014
Closes #445. Legend is now displayed when there are multiple charts with...
harper-carroll
pushed a commit
to harper-carroll/kibana
that referenced
this issue
Jul 11, 2016
Add basic dpi flag.
This was referenced Apr 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is how it looks like by default for long pinned queries:
This is how it looks if you disable css rule:
.label, .badge { white-space: nowrap; }
This is how it looks if you change css rule:
.tooltip-inner { max-width: 500px; }
or disable itThis should be fixed in any case :)
And one more thing, this is how pinned queries look like if you disable bold font:
The text was updated successfully, but these errors were encountered: