Skip to content

Commit 23b1011

Browse files
committed
init
0 parents  commit 23b1011

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

‎README.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# GitHub-wrap
2+
3+
Userstyle to wrap long lines on GitHub.

‎github-wrap.css‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
@-moz-document domain("github.com") {
2+
.blob-code-inner,
3+
.markdown-body pre > code,
4+
.markdown-body .highlight > pre {
5+
white-space: pre-wrap !important;
6+
word-break: break-all !important;
7+
display: block !important;
8+
}
9+
}

0 commit comments

Comments
 (0)