We disable wrapping on the container to keep the editor and the
help on the same line, but need to turn it back on again inside
the editor so that autogrow can work.
.richtext_content {
display: inline-block;
vertical-align: top;
.richtext_content {
display: inline-block;
vertical-align: top;
.richtext_preview {
display: inline-block;
padding: 20px;
background-color: #f4f4ff;
.richtext_preview {
display: inline-block;
padding: 20px;
background-color: #f4f4ff;
&.loading {
background-image: image-url("loading.gif");
&.loading {
background-image: image-url("loading.gif");