Commit 1060467b authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'indentation-bug' into 'master'

Preserve white space



See merge request !3602
parents f79d3cda a81fcf8b
......@@ -63,10 +63,10 @@
.line_holder td {
line-height: $code_line_height;
font-size: $code_font_size;
}
td {
white-space: nowrap;
span {
white-space: pre;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment