.monaco-editor>* div {
    --_margin: 0rem !important;
    margin: 0rem !important;
    /* padding: 0rem !important; */
    border-radius: 0rem !important;
}

.monaco-editor {
    --vscode-focusBorder: #00000000 !important;
}

.wordWrap {
    word-wrap: break-word;
    white-space: pre-wrap;
}