fixed overflow in print

This commit is contained in:
Pagwin 2025-02-13 13:52:41 -05:00
parent 999ff64117
commit dd4254faf5

View file

@ -266,6 +266,7 @@ footer {
} }
pre { pre {
page-break-inside: avoid; page-break-inside: avoid;
text-wrap: wrap;
} }
.socials { .socials {
display: none; display: none;