Changeset - 542c6144e68f
[Not reviewed]
crypto
0 1 0
Dennis Fink - 3 years ago 2022-01-19 18:22:27
dennis.fink@c3l.lu
Fix long addresses in PDF generation
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
c3l_membership/static/pdf.css
Show inline comments
 
@@ -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 {
0 comments (0 inline, 0 general)