Open eitsupi opened 2 years ago
This is caused by the code cells which aren’t wrapping. I could consider adding wrapping for code cells that appear on about pages, or you could add a whitespace: pre-wrap
to the offending cells…
Thanks for your answer. code-overflow: wrap
fixes this.
My problem is solved, but perhaps the default behavior needs to be changed?
We’ve experimented with various wrapping for code overall and there were trade offs in each case that led us to where we have landed. I was considering changing just for about pages but have some hesitation to fix only in this case since long code will exhibit this problem in other pages as well.
actually now that I’m replying to this I’m thinking about whether I could at least make the code not stretch the whole layout and perhaps it could just extend over the margin. I will re open and give this us a try…
Bug description
At least on the about page jolla theme seems to break off at the edges when viewed from smart phones. This is also reproduced when using the desktop browser's developer tools.
In this image, the site as displayed with
quarto preview
and in the desktop version of Firefox.website: https://www.rocker-project.org/ source: https://github.com/rocker-org/website/tree/47ccfc619fffaca5d8caac4db79edeee526e0e46
Checklist
quarto check
in a terminal in your issue?