]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Allowing wrapping inside the content of a richtext editor
[rails.git] / app / assets / stylesheets / common.css.scss
index 99e10d165d02698ae7f1f05cee83284eaf4dde6b..4ab90f7ab6e3910b5442fdb66634d5903b5f9c47 100644 (file)
@@ -1617,12 +1617,12 @@ a.button.submit {
   .richtext_content {
     display: inline-block;
     vertical-align: top;
+    white-space: normal;
 
     .richtext_preview {
       display: inline-block;
       padding: 20px;
       background-color: #f4f4ff;
-      white-space: normal;
 
       &.loading {
         background-image: image-url("loading.gif");