Fix latest blocks rewards column not large enough to fit high reward

This commit is contained in:
nymkappa 2022-06-10 23:53:53 +02:00
parent 2492bc69ff
commit 2d569b8bcf
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

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%;