Add horizontal scrolling to code blocks.
This commit is contained in:
parent
8752cd3322
commit
27e521720a
2 changed files with 5 additions and 0 deletions
|
@ -333,6 +333,10 @@ table {
|
||||||
margin-bottom: 9px;
|
margin-bottom: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wiki .code {
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.footer-links a {
|
.footer-links a {
|
||||||
margin-right: 15px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,6 +59,7 @@
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background: $box_bg;
|
background: $box_bg;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
overflow-x: auto;
|
||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: $monospace_font;
|
font-family: $monospace_font;
|
||||||
|
|
Loading…
Reference in a new issue