Skip to content
Snippets Groups Projects
Verified Commit 39d90a70 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Revert "Extend word-wrapping a bit"

This reverts commit f15d700d.
parent f15d700d
No related branches found
No related tags found
No related merge requests found
......@@ -236,21 +236,7 @@ pre code {
width: 60%;
max-width: 1200px;
margin-left: 40%;
/* These are technically the same, but use both */
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
/* This is the dangerous one in WebKit, as it breaks things wherever */
word-break: break-all;
/* Instead use this non-standard one: */
word-break: break-word;
/* Adds a hyphen where the word breaks, if supported (No Blink) */
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto; }
word-wrap: break-word; }
.content-wrapper__inner {
margin: 0 10%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment