fix: Fix overscrolling of rfc2html pre
tags with new fonts (#5709)
This commit is contained in:
parent
48dce85cac
commit
e5dcc1667c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue