processing-website icon indicating copy to clipboard operation
processing-website copied to clipboard

Text overflow problems on some tutorials on mobile

Open runemadsen opened this issue 4 years ago • 1 comments

https://processing.org/tutorials/gettingstarted

It's this image: Screen Shot 2021-08-12 at 11 51 28 AM

runemadsen avatar Aug 12 '21 15:08 runemadsen

I looked at this and it's caused by the FixedImage component using a set width instead of max-width. However, the side prop makes the image float to the right and that won't work with max-width. The typography tutorial is a good place to test this.

runemadsen avatar Sep 01 '21 21:09 runemadsen