Closed thedavedavies closed 2 years ago
The code block was overflowing on the content page (https://radishjs.com/docs/guides/content/) because of the long urls. Updating the CSS grid property to auto minmax(0, 1fr) should stop that.
auto minmax(0, 1fr)
Good catch. Thank you!
The code block was overflowing on the content page (https://radishjs.com/docs/guides/content/) because of the long urls. Updating the CSS grid property to
auto minmax(0, 1fr)
should stop that.