aboutsummaryrefslogtreecommitdiff
path: root/public/less/_base.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less/_base.less')
-rw-r--r--public/less/_base.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less
index 274a5cb7..a63072fd 100644
--- a/public/less/_base.less
+++ b/public/less/_base.less
@@ -20,6 +20,13 @@ pre {
line-height: 1.5;
overflow: auto;
}
+ &.wrap {
+ white-space: pre-wrap; /* CSS 3 */
+// white-space: -moz-normal; /* Mozilla, since 1999 */
+// white-space: -normal; /* Opera 4-6 */
+// white-space: -o-normal; /* Opera 7 */
+ word-break: break-word;
+ }
}
.full.height {
padding: 0;