﻿/*Add class to parent of kendo editor to make the editor resizable vertically*/
.k-editor-resizable-container .k-editor {
    resize: vertical;
    overflow: auto;
    min-height: 230px;
}
