.monaco-code-editor[data-v-644f3985] {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  overflow: hidden;
}
.monaco-code-editor[style*=flex][data-v-644f3985] {
  display: flex;
  flex-direction: column;
}
.monaco-code-editor[style*=flex][data-v-644f3985] .monaco-editor {
  flex: 1;
}