/* MM2025-11-11: Make RichEditor resizable and set minimum height */
/* This file is loaded directly and not processed by Tailwind/Vite */

.fi-fo-rich-editor-main {
    min-height: 100px !important;
    resize: vertical !important;
    overflow: auto !important;
}

.fi-fo-rich-editor-content {
    min-height: 100px !important;
    resize: vertical !important;
    overflow: auto !important;
}

.fi-fo-rich-editor .ProseMirror {
    min-height: 100px !important;
    resize: vertical !important;
    overflow: auto !important;
}

div.fi-fo-rich-editor-content.fi-prose {
    min-height: 100px !important;
    resize: vertical !important;
    overflow: auto !important;
}

