deja-monaco-editor{
    width: 100%;
    display: flex;
    flex: 1 1 auto;

    .monaco-editor {
        flex: 1 1 auto;
    }
}