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
 
@@ -75,42 +75,48 @@ footer {
 
  height: 2em;
 
  width: 45%;
 
  border-top: 1px solid #000;
 
  padding-top: 1px;
 
  margin-top: 5em;
 
  position: relative;
 
  float: left;
 
  margin-left: 2em;
 
}
 

	
 
.bank {
 
  list-style-type: none;
 
  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 {
 
  width: 10em;
 
}
 

	
 
a {
 
  text-decoration: none;
 
}
0 comments (0 inline, 0 general)