Make whitespace show up at the beginning of the line

This commit is contained in:
jaseg 2022-12-31 14:37:57 +01:00
parent 1f94cf6ca5
commit 02fac034b9

View file

@ -158,6 +158,7 @@ HTML_TEMPLATE = r'''
/* Make individual syntax tokens wrap anywhere */
.line > span {
overflow-wrap: anywhere;
white-space: pre-wrap;
}
.line {