Fix recent pegs table css

This commit is contained in:
natsoni 2024-02-22 15:14:47 +01:00
parent 1cdbde680c
commit 6d8a72301c
No known key found for this signature in database
GPG Key ID: C65917583181743B

View File

@ -31,7 +31,7 @@ tr, td, th {
}
.transaction {
width: 20%;
width: 65%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
@ -57,7 +57,7 @@ tr, td, th {
}
.output {
width: 20%;
width: 50%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;