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:
wiz 2022-06-12 05:17:38 +09:00 committed by GitHub
commit 5314eb2d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ tr, td, th {
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
max-width: 100px; max-width: 130px;
} }
.reward.widget { .reward.widget {
width: 20%; width: 20%;