Skip to content
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

Closed
bobrik opened this issue Nov 11, 2013 · 3 comments
Closed

Inline-block for .histogram-legend-item #681

bobrik opened this issue Nov 11, 2013 · 3 comments

Comments

@bobrik
Copy link

bobrik commented Nov 11, 2013

Is there a reason for inline-block?

inline-block:

inline-block

inline:

inline

@rashidkpc
Copy link
Contributor

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.

@bobrik
Copy link
Author

bobrik commented Jan 3, 2014

@rashidkpc see first screenshot, the dot doesn't seem to be wrapped with text.

@rashidkpc
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@bobrik @rashidkpc and others