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
 
@@ -87,24 +87,30 @@ footer {
 
  padding: 0;
 
}
 

	
 
.cryptocontainer {
 
  display: flex;
 
  justify-content: space-between;
 
}
 

	
 
.cryptotext {
 
  list-style-type: none;
 
  margin: 0;
 
  padding: 0;
 
  max-width: 20em;
 
}
 

	
 
.cryptotext li {
 
  word-break: break-all;
 
  overflow-wrap: break-word;
 
}
 

	
 
.cryptoqrcode {
 
  width: 10em;
 
}
 

	
 
.digicash {
 
  display: flex;
 
  justify-content: space-evenly;
 
}
 

	
 
.digicash img {
0 comments (0 inline, 0 general)