# HG changeset patch # User Dennis Fink # Date 2022-01-19 18:22:27 # Node ID 542c6144e68f779f182c475a1cee8ae20124692a # Parent ade19bdcb84a69814036ed9c3d329810fa4c844f Fix long addresses in PDF generation diff --git a/c3l_membership/static/pdf.css b/c3l_membership/static/pdf.css --- a/c3l_membership/static/pdf.css +++ b/c3l_membership/static/pdf.css @@ -96,6 +96,12 @@ footer { list-style-type: none; margin: 0; padding: 0; + max-width: 20em; +} + +.cryptotext li { + word-break: break-all; + overflow-wrap: break-word; } .cryptoqrcode {