fix: Fix overscrolling of rfc2html pre tags with new fonts (#5709)

This commit is contained in:
Lars Eggert 2023-05-31 20:39:31 +03:00 committed by GitHub
parent 48dce85cac
commit e5dcc1667c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;