Highlight nowrap
This commit is contained in:
parent
3b71c5b54c
commit
e088a3b2c0
1 changed files with 5 additions and 0 deletions
|
@ -871,4 +871,9 @@ body > .error {
|
|||
.tag:hover,
|
||||
.tag:active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
code {
|
||||
overflow: auto;
|
||||
white-space: nowrap;
|
||||
}
|
Loading…
Reference in a new issue