Fix white-space on folded lines.

This commit is contained in:
Florian Mounier
2017-05-10 15:59:42 +02:00
parent 3e6d0b203f
commit 6b1101bc45
4 changed files with 5 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ body
.extra
display: block
white-space: pre
&::-webkit-scrollbar
background: $scroll-bg

File diff suppressed because one or more lines are too long

View File

@@ -2827,7 +2827,8 @@ body {
cursor: zoom-out;
background-color: #09080a; }
body .line.extended.expanded .extra {
display: block; }
display: block;
white-space: pre; }
body::-webkit-scrollbar {
background: #110f13;
width: 0.75em; }

File diff suppressed because one or more lines are too long