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

Current line highlight don't contain whole line if it's longer then the width of editor #17

Open
jcubic opened this issue Dec 19, 2015 · 2 comments

Comments

@jcubic
Copy link

jcubic commented Dec 19, 2015

if you have very long line that and it's not fiting into editor width when you move cursor to the right only part of the line is higlighted as current line.

This fixed the issue:

.Ymacs-frame-content {
    float: left;
}
@jcubic
Copy link
Author

jcubic commented Dec 20, 2015

This will not fix the issue when line is shorter.

@jcubic
Copy link
Author

jcubic commented Dec 20, 2015

This fixed the issue:

.Ymacs-frame-content {
    display: inline-block;
    min-width: 100%;
}

jcubic added a commit to jcubic/ymacs that referenced this issue Dec 20, 2015
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