mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Fixed visual leading white space.
This commit is contained in:
parent
a94389fd7d
commit
b97007f02a
2 changed files with 4 additions and 2 deletions
|
@ -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
Loading…
Reference in a new issue