fix: reapply styling fix for pdfization (#5428)
This commit is contained in:
parent
a778377bb8
commit
52a1069901
|
@ -45,11 +45,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 <pre> or <table>, 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;
|
||||
|
|
Loading…
Reference in a new issue