From e5dcc1667c0a75d48d7f4c8209f3c2c9d96dc74c Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Wed, 31 May 2023 20:39:31 +0300 Subject: [PATCH] fix: Fix overscrolling of rfc2html `pre` tags with new fonts (#5709) --- ietf/static/css/document_html.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ietf/static/css/document_html.scss b/ietf/static/css/document_html.scss index 32a1b9e4d..1347ec012 100644 --- a/ietf/static/css/document_html.scss +++ b/ietf/static/css/document_html.scss @@ -141,6 +141,7 @@ $font-family-monospace: "Noto Sans Mono", SFMono-Regular, Menlo, Monaco, Consola pre, code { font-size: 1em; + overflow: visible; } pre { @@ -333,11 +334,13 @@ tbody.meta tr { page-break-inside: avoid; } +/* a:link, a:visited { // color: inherit; // text-decoration: none; } +*/ .newpage { page-break-before: always !important;