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

File diff suppressed because one or more lines are too long