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 {
|
||||
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
Loading…
Reference in a new issue