Website: Update article styles to prevent content overflowing (#34939)

Changes:
- Updated article styles to prevent articles with code blocks from
overflowing outside of the page's container.
This commit is contained in:
Eric 2025-10-29 12:01:09 -05:00 committed by GitHub
parent 6865297cdf
commit 6b746c4ac2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -234,6 +234,7 @@
padding-right: 64px;
display: flex;
flex-direction: column;
min-width: 0px;
}
[purpose='article-title'] {
padding-top: 64px;