Skip to content

Commit e5dcc16

Browse files
authored
fix: Fix overscrolling of rfc2html pre tags with new fonts (ietf-tools#5709)
1 parent 48dce85 commit e5dcc16

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ietf/static/css/document_html.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ $font-family-monospace: "Noto Sans Mono", SFMono-Regular, Menlo, Monaco, Consola
141141
pre,
142142
code {
143143
font-size: 1em;
144+
overflow: visible;
144145
}
145146

146147
pre {
@@ -333,11 +334,13 @@ tbody.meta tr {
333334
page-break-inside: avoid;
334335
}
335336

337+
/*
336338
a:link,
337339
a:visited {
338340
// color: inherit;
339341
// text-decoration: none;
340342
}
343+
*/
341344

342345
.newpage {
343346
page-break-before: always !important;

0 commit comments

Comments
 (0)