Slip on different server

Hello,
On the server that I access with rdp, shifts occur as in the attachment. We cannot see the text because it slides when it is written.

<codemirror [config]=“config” id=“sqlCodeMirror”>

config = {
mode: ‘text/x-mssql’,
showHint: true,
lineNumbers: true,
lineWrapping: true,
matchBrackets: true,
autoRefresh: true,
theme: “rubyblue”,
extraKeys: {
“Ctrl-Space”: “autocomplete”,
“F5”: (cm) => {
this.keyF5(cm.getSelection());
}
},
};