max-height and overflow for code blocks (closes #16)
This commit is contained in:
parent
112227b79c
commit
66988b8f0a
1 changed files with 2 additions and 1 deletions
|
@ -212,7 +212,8 @@ body {
|
|||
|
||||
.reveal code {
|
||||
font-family: monospace;
|
||||
overflow-x: auto;
|
||||
overflow: auto;
|
||||
max-height: 400px;
|
||||
}
|
||||
|
||||
.reveal table th,
|
||||
|
|
Loading…
Reference in a new issue