mirror of
https://github.com/mempool/mempool.git
synced 2025-04-23 15:04:41 +02:00
Merge pull request #1866 from mempool/nymkappa/bugfix/blocks-list-signet
Fix latest blocks rewards column not large enough to fit high reward
This commit is contained in:
commit
5314eb2d45
@ -141,7 +141,7 @@ tr, td, th {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
max-width: 100px;
|
||||
max-width: 130px;
|
||||
}
|
||||
.reward.widget {
|
||||
width: 20%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user