mirror of https://github.com/dirtbags/moth.git
Scroll overflow in pre
This commit is contained in:
parent
7840331464
commit
6b3eab1914
|
@ -63,6 +63,7 @@ pre {
|
||||||
border: solid #ddc 2px;
|
border: solid #ddc 2px;
|
||||||
padding: 0.25em;
|
padding: 0.25em;
|
||||||
font-family: "Ubuntu Mono", monospace;
|
font-family: "Ubuntu Mono", monospace;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
code, kbd, samp {
|
code, kbd, samp {
|
||||||
|
|
Loading…
Reference in New Issue