We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The cursor is invisible when at left-most position.
codemirror.css sets:
.CodeMirror pre { padding: 0 4px; /* Horizontal padding of content */ }
This is overridden by my renderLine callback for indented soft-wrapping, it sets style="text-indent: -0ex; padding-left: 0ex;" on the pre element :-(
style="text-indent: -0ex; padding-left: 0ex;"
Chromium 63.0.3239.108, Linux, but probably everywhere.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The cursor is invisible when at left-most position.
codemirror.css sets:
This is overridden by my renderLine callback for indented soft-wrapping, it sets
style="text-indent: -0ex; padding-left: 0ex;"
on the pre element :-(Chromium 63.0.3239.108, Linux, but probably everywhere.
The text was updated successfully, but these errors were encountered: