streamlit / docs

Source code for the Streamlit Python library documentation
https://docs.streamlit.io
Apache License 2.0
119 stars 474 forks source link

Wrap code within h4 tags in RefCard component to prevent overflow #1058

Closed snehankekre closed 5 months ago

snehankekre commented 6 months ago

📚 Context

<code> within <h4> elements used in <RefCard> Components in the What's new section of the docs homepage overflow horizontally. This issue occurs on screens of certain dimensions. E.g. on a 13 inch MBP.

🧠 Description of Changes

Revised:

image

Current:

image

💥 Impact

Size:

Contribution License Agreement

By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.