commit | 11797167aa775846dfe040b0713bb1051acb80fe | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Oct 09 23:17:36 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Oct 09 23:17:36 2023 +0200 |
tree | e3baa18bde63dbd68af5c92e6b8cfdb85cb36d77 | |
parent | fac437eca54b6d9c8695c5553dc3c1c80f84a900 [diff] |
Crop source code Change-Id: I12a92a02af3037afad9f90b2e86d220fb3949e68
diff --git a/inst/reveal.js-4.6.1/css/theme/source/ids.scss b/inst/reveal.js-4.6.1/css/theme/source/ids.scss index d4c2c44..8629350 100644 --- a/inst/reveal.js-4.6.1/css/theme/source/ids.scss +++ b/inst/reveal.js-4.6.1/css/theme/source/ids.scss
@@ -348,3 +348,7 @@ content: "\a"; white-space: pre; } + +.reveal code.sourceCode:last-child + pre { + height: 800px !important; +} \ No newline at end of file
diff --git a/inst/reveal.js-4.6.1/dist/theme/ids.css b/inst/reveal.js-4.6.1/dist/theme/ids.css index d9825bb..ac4e75e 100644 --- a/inst/reveal.js-4.6.1/dist/theme/ids.css +++ b/inst/reveal.js-4.6.1/dist/theme/ids.css
@@ -639,4 +639,8 @@ .csl-entry :first-child::before { content: "\a"; white-space: pre; +} + +.reveal code.sourceCode:last-child + pre { + height: 800px !important; } \ No newline at end of file