Fixed visual leading white space.

This commit is contained in:
Martin Mahner 2018-03-12 13:58:50 +01:00
parent a94389fd7d
commit b97007f02a
2 changed files with 4 additions and 2 deletions

View file

@ -74,7 +74,8 @@ $markerBackgroundColor: rgba(244,244,9,.2);
&.wordwrap { &.wordwrap {
overflow: auto; overflow: auto;
white-space: nowrap;
li { white-space: pre-wrap !important; }
} }
ol { ol {
@ -83,6 +84,7 @@ $markerBackgroundColor: rgba(244,244,9,.2);
li { li {
color: $codeLineColor; color: $codeLineColor;
cursor: pointer; cursor: pointer;
white-space: pre;
&.marked { &.marked {
color: $markerColor; color: $markerColor;

File diff suppressed because one or more lines are too long