How to fix the code block height or width in Slides #2088
-
|
Hi, everyone! ContextI am using QusetionIs there any solution to make the size of the code chunk in Any help will be highly appreciated! Reproducible codeClick me |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
|
You could define some CSS class with height set at This is related to #2040 and #1581 (if you are not using See the Quarto document contentSide notes on the ggplot2 code:
|
Beta Was this translation helpful? Give feedback.



You could define some CSS class with height set at
5emor anything appropriate for you, see https://quarto.org/docs/reference/cells/cells-knitr.html.This is related to #2040 and #1581 (if you are not using
knitr, which here is not the case).See the Quarto document content