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

.webix_template break-all causes words to break too soon everywhere #9

Open
lvoostrum opened this issue Nov 4, 2016 · 0 comments
Open

Comments

@lvoostrum
Copy link

Why does this class:
.webix_template{word-break:break-all}

have this particular property?

This causes words to break in the word itself. Because other skins do not have this I can't understand the purpose.

Example below:

untitled

Have it fixed by changing it to word-break: normal; or deleting the line:

untitled2

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

1 participant