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 bdc1bd386e
commit a5c401def6

View File

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