Fix QR code display

This commit is contained in:
Gabriel Augendre 2021-12-26 23:30:30 +01:00
parent 9f41a9c34a
commit a46c2868c2

View file

@ -12,3 +12,7 @@ td, th, tr, tbody, tr:nth-child(2n) {
padding-left: 0;
padding-right: 0;
}
img {
background-color: white;
}