Add white-space to get pre to wrap in Firefox
[lhc/web/wiklou.git] / docs / kss / styleguide-template / public / kss.less
index 49411fb..9e850a3 100644 (file)
@@ -103,6 +103,8 @@ article {
                        color: #999;
                        width: 338px;
                        word-wrap: break-word;
+                       // word-wrap in pre not affecting Firefox, so add white-space.
+                       white-space: pre-wrap;
                        float: left;
                        margin: 0;
                        margin-right: 22px;
@@ -135,4 +137,4 @@ article {
                        }
                }
        }
-}
\ No newline at end of file
+}