Website: Update article page styles (#15087)

Closes: #15086
Changes:
- added `word-break: break-word;` to prevent long strings with
underscores from overflowing outside of their parent container.
This commit is contained in:
Eric 2023-11-10 11:36:55 -06:00 committed by GitHub
parent 97c63c6c05
commit 4366555a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,7 @@
[purpose='article-content'] {
padding-top: 24px;
padding-bottom: 24px;
word-break: break-word;
h1:first-of-type {
display: none;
}