resolve ip
This commit is contained in:
@@ -4358,3 +4358,22 @@ body,
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.peers-table {
|
||||
table-layout: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.peers-table .peer-progress-wide {
|
||||
min-width: 108px;
|
||||
width: clamp(108px, 12vw, 126px);
|
||||
}
|
||||
|
||||
.peer-host {
|
||||
display: inline-block;
|
||||
max-width: 220px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user