Make whitespace show up at the beginning of the line
This commit is contained in:
parent
1f94cf6ca5
commit
02fac034b9
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ HTML_TEMPLATE = r'''
|
|||
/* Make individual syntax tokens wrap anywhere */
|
||||
.line > span {
|
||||
overflow-wrap: anywhere;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.line {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue