Fix overlapping columns in cpfp table on small screens

This commit is contained in:
Mononaut 2023-03-04 00:22:50 -06:00
parent 0c8636c803
commit 269dcb2b16
No known key found for this signature in database
GPG key ID: A3F058E41374C04E

View file

@ -204,6 +204,12 @@
.txids { .txids {
width: 60%; width: 60%;
} }
@media (max-width: 500px) {
.txids {
width: 40%;
}
}
} }
.tx-list { .tx-list {