.fragment-editor > .source-editor, .fragment-editor > .fragment-preview {
    max-height: calc(100vh - 111px) !important;
    max-width: 100%;
    resize: both;
}