﻿.html-editor {
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

    .html-editor .contents {
        flex: 1;
    }

    .html-editor .text {
        min-height: 31px;
        outline: none;
        -webkit-user-select: text;
        word-break: break-all;
        padding: 0 2px;
    }

    .html-editor .imgs .file, .html-editor .files .file {
        margin: 2px;
    }

    .html-editor .file-uploader {
        min-height: 0px;
        padding: 0px;
    }

    .html-editor .feature {
        text-align: right;
        flex-shrink: 0;
        margin-bottom: 0px;
    }

        .html-editor .feature button {
            margin-left: 5px;
        }

        .html-editor .feature i.fa {
            margin-right: 0px;
        }

@media (max-width:767px) {

    .html-editor {
        display: block;
    }

        /*.html-editor .contents {
            width: 100%;
        }*/

        .html-editor .feature {
            margin-top: 6px;
        }
}
