diff --git a/ietf/static/css/document_html_txt.scss b/ietf/static/css/document_html_txt.scss index e2a401763..84e677908 100644 --- a/ietf/static/css/document_html_txt.scss +++ b/ietf/static/css/document_html_txt.scss @@ -43,11 +43,13 @@ margin-bottom: var(--line); margin-left: 3ch; + section > p, section > dl.references > dd { /* Really long lines can wrap when all else fails. * This won't affect
 or , or cases where soft-wrapping occurs.
    * Mostly this exists so that long URLs wrap properly in Safari, which
    * doesn't break words at '/' like other browsers. */
   overflow-wrap: break-word;
+  }
 
 h1, h2, h3, h4, h5 {
   font-weight: bold;