Merge branch 'indentation-bug' into 'master'

Preserve white space



See merge request !3602
This commit is contained in:
Jacob Schatz 2016-04-07 18:28:48 +00:00
commit 1060467bb8
1 changed files with 3 additions and 3 deletions

View File

@ -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;
}
}
}