5.4.0 line numbers are broken

Hi Marconi,

Thanks for the report.
Yeah, it looks like a side-effect of the fix for this issue.
Could you try setting the following CSS in styles.less?

.mde-cm-wrapper .CodeMirror-scroll {
  padding: 10px 0 !important;
}
1 Like