jakelazaroff / radish

A delightful React-based static site generator that outputs plain HTML & CSS.
https://radishjs.com
95 stars 1 forks source link

Update css grid property to stop content overflow on the content page #1

Closed thedavedavies closed 2 years ago

thedavedavies commented 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.

jakelazaroff commented 2 years ago

Good catch. Thank you!