Large margin on the left side of the text - how to make it narrower?

Create CSS snippet with code

.markdown-source-view.mod-cm6.is-readable-line-width:not(.is-rtl) .cm-scroller > *:first-child {
  margin-left: 0;
}

Based on this answer How to align tab content left - #6 by ryanx

Adding custom styles: Add custom styles
Customizing CSS Customizing CSS

1 Like