﻿
.code-editor {
    background-color: #f3f3f3;
    padding:5px;
    border: 2px solid #000000;
    
}

.editor{
    padding:0;
}

.show {
    background-color: white;
    border: 1px solid #32a7ff;
    padding: 5px;
    overflow-wrap: break-word;
    font-size: 16px;
    height: 200px;
}

.CodeMirror {
    margin-right: 2px;
    font-size: 12px;
    line-height: 20px;
    height: 200px;
}

.CodeMirror-wrap pre {
    word-break: break-all;
    
}
