Add scrollbar for too wide pre tags.
Signed-off-by: Robert Korulczyk <robert@korulczyk.pl>
This commit is contained in:
committed by
Julius Härtl
parent
0cc322f133
commit
1765ab2c34
@@ -1053,6 +1053,7 @@ input.input-inline {
|
|||||||
pre {
|
pre {
|
||||||
background-color: $color-lightgrey;
|
background-color: $color-lightgrey;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
code {
|
code {
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
|
|||||||
Reference in New Issue
Block a user