Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Blog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Blog
Commits
39d90a70
Verified
Commit
39d90a70
authored
6 years ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
_sass/uno.scss
+1
-15
1 addition, 15 deletions
_sass/uno.scss
with
1 addition
and
15 deletions
_sass/uno.scss
+
1
−
15
View file @
39d90a70
...
...
@@ -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%
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment