Highlight nowrap

This commit is contained in:
Miroslav Šedivý 2017-09-23 12:24:37 +02:00
parent 3b71c5b54c
commit e088a3b2c0

View file

@ -871,4 +871,9 @@ body > .error {
.tag:hover,
.tag:active {
text-decoration: underline;
}
code {
overflow: auto;
white-space: nowrap;
}