fix liquid address table overflow

This commit is contained in:
Mononaut
2023-02-15 09:26:12 -06:00
parent 2845a226f2
commit cc5873f995
2 changed files with 19 additions and 2 deletions

View File

@@ -91,3 +91,20 @@ h1 {
margin-bottom: 10px;
}
}
.liquid-address {
.address-table {
table-layout: fixed;
tr td:first-child {
width: 170px;
}
tr td:last-child {
width: 80%;
}
}
.qrcode-col {
flex-grow: 0.5;
}
}