diff --git a/ecosystem/theme-default/src/client/styles/normalize.scss b/ecosystem/theme-default/src/client/styles/normalize.scss index 1e67aa8c35..ed818dcb7a 100644 --- a/ecosystem/theme-default/src/client/styles/normalize.scss +++ b/ecosystem/theme-default/src/client/styles/normalize.scss @@ -62,6 +62,7 @@ blockquote { border-left: 0.2rem solid var(--c-border-dark); margin: 1rem 0; padding: 0.25rem 0 0.25rem 1rem; + overflow-wrap: break-word; & > p { margin: 0; @@ -85,6 +86,7 @@ h5, h6 { font-weight: 600; line-height: 1.25; + overflow-wrap: break-word; &:focus-visible { outline: none; @@ -160,6 +162,7 @@ p, ul, ol { line-height: 1.7; + overflow-wrap: break-word; } hr {