Skip to content

Commit

Permalink
Merge pull request #19 from vcapretz/fix-css-wrap
Browse files Browse the repository at this point in the history
code-highligthing: add pre-wrap property to break lines
  • Loading branch information
vcapretz authored Sep 25, 2019
2 parents c1a5035 + ff63bb6 commit 8932317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/xcode.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ XCode style (c) Angel Garcia <[email protected]>
*/

.hljs {
white-space: pre-wrap;
display: block;
overflow-x: auto;
padding: 0.5em;
Expand Down

0 comments on commit 8932317

Please sign in to comment.