.sm-editor-input {
    overflow: auto;
    /*
    force white-space: normal; because any other setting will
    make chrome insert a newline instead of a linebreak (<br>)
    when hitting shift+return
    */
    white-space: normal;
}

.sm-editor-output { display: none; }
