commit | b08ed46e8075a615b8a4e00a427d223ed099ec8b | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Jun 27 18:07:58 2023 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Jun 27 18:07:58 2023 +0200 |
tree | 266be902980949882c4a2cf981c049425aa2d268 | |
parent | 80df4e3f73ae011d1ab6ebb3b3270be87b22486d [diff] |
Actually avoid page breaks in .figure Change-Id: I085dcd014ccab724f3bc205c4c9e5eaa821ad197
diff --git a/inst/rmarkdown/templates/posterdown_ids/resources/template.html b/inst/rmarkdown/templates/posterdown_ids/resources/template.html index 128598c..8fbd1af 100644 --- a/inst/rmarkdown/templates/posterdown_ids/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_ids/resources/template.html
@@ -319,7 +319,7 @@ page-break-after: avoid; } -table, figure, .sourceCode { +table, figure, .figure, .sourceCode { page-break-inside: avoid; }