Remove unneeded code
This commit is contained in:
parent
3eba2e4f70
commit
4d757ea502
1 changed files with 0 additions and 15 deletions
|
@ -34,19 +34,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wiki {
|
||||
// Single lines of code should wrap
|
||||
code {
|
||||
white-space: pre-wrap;
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
||||
// Code blocks should scroll horizontally
|
||||
pre {
|
||||
code {
|
||||
white-space: pre;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue