

#rte-editor {
    margin-top: 0;
    margin-left: 0;
    width: calc(98vw - 20px);
    left: 1vw;
    top: 1vh;
    background-color: #f0f0f0;
}

.scaffoldingeditor #rte-editor #rte{
    width: calc(98vw - 20px);
}

.scaffoldingeditor.contenteditor #rte-editor div#rte {
    height: calc(98vh - 160px);
}

.scaffoldingeditor.contenteditor #rte-editor #rte {
    width: auto;
}
