Allowing wrapping inside the content of a richtext editor

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.
This commit is contained in:
Tom Hughes 2013-04-17 22:36:19 +01:00
parent 96d5517a9b
commit 92210a5be1

View file

@ -1617,12 +1617,12 @@ a.button.submit {
.richtext_content { .richtext_content {
display: inline-block; display: inline-block;
vertical-align: top; vertical-align: top;
white-space: normal;
.richtext_preview { .richtext_preview {
display: inline-block; display: inline-block;
padding: 20px; padding: 20px;
background-color: #f4f4ff; background-color: #f4f4ff;
white-space: normal;
&.loading { &.loading {
background-image: image-url("loading.gif"); background-image: image-url("loading.gif");