ensure that syntax highlighted code works with remaining-height helper
This commit is contained in:
parent
6fba833de8
commit
6f1dfee81b
@ -318,6 +318,14 @@ body {
|
||||
max-height: 400px;
|
||||
word-wrap: normal;
|
||||
}
|
||||
.reveal pre.remaining-height code {
|
||||
height: 100%;
|
||||
max-height: 100%;
|
||||
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.reveal table th,
|
||||
.reveal table td {
|
||||
|
2
css/reveal.min.css
vendored
2
css/reveal.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user