Add scrollbar for too wide pre tags.

Signed-off-by: Robert Korulczyk <robert@korulczyk.pl>
This commit is contained in:
Robert Korulczyk
2017-08-23 16:57:32 +02:00
committed by Julius Härtl
parent 0cc322f133
commit 1765ab2c34

View File

@@ -1053,7 +1053,8 @@ input.input-inline {
pre {
background-color: $color-lightgrey;
padding: 3px;
overflow: auto;
code {
white-space: pre;
}