<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
Applies a overflow-wrap: anywhere CSS property to prevent overflow
Revised:
Current:
💥 Impact
Size:
[x] Small
[ ] Not small
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.
📚 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
overflow-wrap: anywhere
CSS property to prevent overflowRevised:
Current:
💥 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.