Manual Layout Does Not Honor the Height Ratio for Rows #7082
Replies: 3 comments
-
Thanks for the report.
Why do you expect that? Here's our documentation: https://quarto.org/docs/interactive/layout.html#panel-layout I don't think we promise constraints on height across rows, because enforcing each row to have the same height would make awkward layouts. The numbers specify the relative width within any one row. Across rows, those numbers are not related to one another. |
Beta Was this translation helpful? Give feedback.
-
I see, so the only ratio given is about the width? Could we somehow also force the height to have a certain ratio? |
Beta Was this translation helpful? Give feedback.
-
I don't think there's a way to do it in the YAML cell metadata. It would be very hard to be able to control both width and height ratios, and then have to decide how to solve an overconstrained problem. In these situations, your best bet is unfortunately to inspect the HTML and try to write CSS that solves the problem for you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug description
I use the layouts as documented in Figures.
When I use something like:
I expect each row to have the same height and in total to occupy the height available.
I practice it seems the height of the rows allocated is not independent of the content.
Steps to reproduce
Expected behavior
Actual behavior
Your environment
Quarto check output
Beta Was this translation helpful? Give feedback.
All reactions