I am currently working on making my webpage responsive. I have encountered an issue where my text overflows into another grid cell because there is not enough space. Is there a way to move these cells into a new row so that the text has enough room and all other cells remain fully visible?
Should I insert a new row in my parent-grid to address this problem? What would be the simplest solution to fix this issue without relying too heavily on media queries?
Thank you.