-
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
Inline-block for .histogram-legend-item #681
Comments
The reason for the inline-block is so that the entire legend item wraps together. If you have 10 queries, we want the entire legend item, with its dot, to wrap. With inline alone it doesn't. |
@rashidkpc see first screenshot, the dot doesn't seem to be wrapped with text. |
On very long strings it will force it to wrap, on shorter ones that dot will wrap with it. With plain inline, the dot won't wrap with it on short or long values |
Is there a reason for inline-block?
inline-block:
inline:
The text was updated successfully, but these errors were encountered: