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

[Bug] Odd line-breaking when editing heading #299

Open
JoelAnderson-UU opened this issue Jul 31, 2024 · 4 comments
Open

[Bug] Odd line-breaking when editing heading #299

JoelAnderson-UU opened this issue Jul 31, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@JoelAnderson-UU
Copy link

There is strange line-breaking when editing headings: if the line has more than about 35 characters, everything drops to the line below the hashes for the heading syntax.

It's already been documented here: #198 (comment)

The fix has been there for a year as well:
In the CSS, at around line 5126 this appears:
.cm-header { display: inline-block; }
If inline-block is replaced with initial the problem disappears.

It would be great if this could be fixed!

@JoelAnderson-UU JoelAnderson-UU added the bug Something isn't working label Jul 31, 2024
@DudeThatsErin
Copy link

Why did you open this again?

@JoelAnderson-UU
Copy link
Author

Why did I open it again? Because the problem is still there. See below. I'm just thinking that I shouldn't have to add a snippet to avoid this. I just did a fresh install, went into restricted mode (no community plug-ins) and I still got this:
Screenshot 2024-08-20 at 08 10 58

@DudeThatsErin
Copy link

What I meant by that was, this is an already open issue. You are opening a duplicate.

@JoelAnderson-UU
Copy link
Author

Actually, you closed it there: #241 (comment)
But I'm still seeing the issue, and I've not seen an update that adds the line of code that would seem to solve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants