Merge pull request #3223 from mempool/mononaut/fix-cpfp-table-widths

Fix overlapping columns in cpfp table on small screens
This commit is contained in:
softsimon 2023-03-04 17:56:35 +09:00 committed by GitHub
commit aef26097ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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