mirror of
https://github.com/mempool/mempool.git
synced 2026-08-17 13:07:07 +02:00
Fix overlapping columns in cpfp table on small screens
This commit is contained in:
parent
0c8636c803
commit
269dcb2b16
1 changed files with 6 additions and 0 deletions
|
|
@ -204,6 +204,12 @@
|
|||
.txids {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.txids {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.tx-list {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue