Skip to content

Commit

Permalink
add word-break
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Nov 19, 2023
1 parent 2f0054d commit 1a4e74a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion github-code-wrap.user.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ==UserStyle==
@name GitHub Code Wrap
@version 1.0.11
@version 1.1.0
@description Userstyle to wrap long code lines on GitHub
@namespace StylishThemes
@author StylishThemes
Expand All @@ -22,6 +22,7 @@
white-space: pre-wrap !important;
overflow-wrap: anywhere !important;
display: block !important;
word-break: break-all !important;
}
body:not(.nowrap) td.blob-code-inner {
display: table-cell !important;
Expand Down

0 comments on commit 1a4e74a

Please sign in to comment.