Updating css for word wrapping syntaxhighlighting

Updating issues with syntaxhighlighting and html tags
This commit is contained in:
Nathan Adams
2014-03-24 22:10:12 -05:00
parent 8a046e3c7e
commit 1a9c4132c2
2 changed files with 9 additions and 3 deletions

View File

@@ -261,4 +261,8 @@
/* Strings */
.syntaxhighlighter .asmstring
{ color: #b0002d; font-weight: normal !important; }
{ color: #b0002d; font-weight: normal !important; }
body .syntaxhighlighter .line {
white-space: pre-wrap !important; /* make code wrap */
}