max-height and overflow for code blocks (closes #16)
This commit is contained in:
parent
112227b79c
commit
66988b8f0a
|
@ -212,7 +212,8 @@ body {
|
||||||
|
|
||||||
.reveal code {
|
.reveal code {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
overflow-x: auto;
|
overflow: auto;
|
||||||
|
max-height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.reveal table th,
|
.reveal table th,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user