Skip to content

Commit

Permalink
Code: Ensure all long lines are wrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Sep 2, 2015
1 parent c1596b3 commit 7b241f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@
/* GitHub Bug: Enable wrapping of long code lines */
.blob-code-inner {
white-space: pre-wrap !important;
word-break: break-all !important;
}
/* invisible border */
.gisttabs a:not(.selected), .gisttabs a:not(.selected):hover,
Expand Down

0 comments on commit 7b241f3

Please sign in to comment.