:host{
    display: block;
}
.farris-editor{
    .mce-tinymce .mce-toolbar{
        .mce-btn-group>div{
            white-space:pre-wrap;
        }
    }
    .mce-tinymce{
        box-sizing: border-box;
        box-shadow: none;
    }
    .mce-tinymce,.mce-panel{
        border-color: #D8DCE6;
    }
    &.farris-editor-disabled, &.farris-editor-readonly{
        .mce-top-part,.mce-statusbar{
            display: none;
        }
        .mce-edit-area{
            border-top: none;
        }
    }
    &.farris-editor-disabled.farris-editor-border, &.farris-editor-readonly.farris-editor-border{
        .mce-tinymce{
            border-width: 0 0 1px 0!important;
        }
        // iframe{
        //     height: auto!important;
        // }
    }
    // .mce-statusbar {
    //     border: 0;
    //     .mce-container-body .mce-path{
    //         display: none!important;
    //     }
    // }
        
}
// .farris-editor-placeholder{
//     min-height: 100px;
//     padding: .125rem .5rem;
//     overflow-y: auto;
//     background-color: #fff;
//     border-width: 0 0 1px 0;
//     border-style: solid;
//     border-color: #D8DCE6;
//     &.farris-editor-placeholder-border{
//         border-width: 1px;
//     }
// }