Ahh, I see.
How to change this will vary depending on the theme you are using.
Other themes may have Style Settings as well, but for the Minimal and AnuPpuccin themes, see →
If the theme doesn’t have settings, you can use a CSS snippet →
/*- editor line width - default 700px -*/
body {
--file-line-width: 850px;
}
3 Likes