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

Fix codemirror lineWrap max-width #7916

Merged
merged 1 commit into from Feb 24, 2020

Conversation

ikiw
Copy link
Contributor

@ikiw ikiw commented Feb 24, 2020

Issue similar to #7909 and PR #7910 . style.setProperty to use css property names with hyphen case and not camel case.

References

#7909

Code changes

Code change is to use hypen-case instead of camel case in css property name while using style.setProperty. Replacing maxWidth with max-width

https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleDeclaration/setProperty

User-facing changes

Backwards-incompatible changes

@jupyterlab-dev-mode
Copy link

Thanks for making a pull request to JupyterLab!

To try out this branch on binder, follow this link: Binder

@ikiw ikiw requested a review from telamonian February 24, 2020 18:56
@jasongrout jasongrout added this to the 2.0 milestone Feb 24, 2020
@jasongrout
Copy link
Contributor

Thanks!

@jasongrout jasongrout merged commit 85c0637 into jupyterlab:master Feb 24, 2020
@lock lock bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Mar 27, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pkg:codemirror status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants