]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Stop text overflowing the richtext preview pane
[rails.git] / app / assets / stylesheets / common.css.scss
index 99e10d165d02698ae7f1f05cee83284eaf4dde6b..62e333db36d8828c6dd56a897410792f6ecf85b4 100644 (file)
@@ -1617,12 +1617,13 @@ 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;
+      overflow-x: scroll;
 
       &.loading {
         background-image: image-url("loading.gif");