Browse Source

Improving line breaks.

pull/3/head
Vitor Pamplona 5 years ago
parent
commit
94f66ea0bf
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      css/style.v2.css

+ 1
- 0
css/style.v2.css View File

@ -157,6 +157,7 @@ pre {
white-space: -pre-wrap; /* Opera 4-6 */ white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */ white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */ word-wrap: break-word; /* Internet Explorer 5.5+ */
word-break: break-all;
} }
.third { .third {


Loading…
Cancel
Save