mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
Fix latest blocks rewards column not large enough to fit high reward
This commit is contained in:
parent
2492bc69ff
commit
2d569b8bcf
@ -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…
Reference in New Issue
Block a user