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

Support for white-space normal in content of range items #121

Closed
jasonex7 opened this issue Oct 3, 2019 · 0 comments · Fixed by #123
Closed

Support for white-space normal in content of range items #121

jasonex7 opened this issue Oct 3, 2019 · 0 comments · Fixed by #123

Comments

@jasonex7
Copy link
Contributor

jasonex7 commented Oct 3, 2019

The css property white-space is set nowrap in .vis-item .vis-item-content element:

.vis-item .vis-item-content {
white-space: nowrap;

If the user wants to set white-space to normal for the content adjust dynamically, then the height of group should be calculated accordingly, but this doesn't occurs:

image

Code Example: https://jsfiddle.net/qu9t7dr2/1/
Tested with timeline v5.1 and last version from repo in Chrome V77

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

Successfully merging a pull request may close this issue.

1 participant