You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered:
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:
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.
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 withinitial
the problem disappears.It would be great if this could be fixed!
The text was updated successfully, but these errors were encountered: