... | ... |
@@ -134,4 +134,11 @@ blockquote { |
134 | 134 |
font-size: 1.4em; |
135 | 135 |
line-height: 1.45em; |
136 | 136 |
} |
137 |
- |
|
137 |
+/* @extend this to force long lines of continuous text to wrap */ |
|
138 |
+.force-wrap { |
|
139 |
+ white-space: -moz-pre-wrap; |
|
140 |
+ white-space: -pre-wrap; |
|
141 |
+ white-space: -o-pre-wrap; |
|
142 |
+ white-space: pre-wrap; |
|
143 |
+ word-wrap: break-word; |
|
144 |
+} |