Updating css for word wrapping syntaxhighlighting
Updating issues with syntaxhighlighting and html tags
This commit is contained in:
@@ -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 */
|
||||
}
|
Reference in New Issue
Block a user