Thank you so much for telling me about that article, yes the code there works perfectly to create margins on the sides of the plain text editor:
/* Limit the max width of editor, and center */
.CodeMirror-sizer {
margin-right: auto !important;
margin-left: auto !important;
max-width: 750px !important;
}