mirror of
https://github.com/transmission/transmission
synced 2025-03-12 07:03:44 +00:00
(trunk web) #4096 "IPv6 addresses in peer tab of daemon overflow" -- fixed with patch by Harry
This commit is contained in:
parent
2362580e0e
commit
4f0abde80b
1 changed files with 2 additions and 2 deletions
|
@ -581,7 +581,7 @@ div#torrent_inspector {
|
|||
top: 97px;
|
||||
bottom: 22px;
|
||||
right: 0px;
|
||||
width: 480px;
|
||||
width: 570px;
|
||||
background-color: #ddd;
|
||||
border-left: 1px solid #888;
|
||||
z-index: 2;
|
||||
|
@ -754,7 +754,7 @@ table.peer_list {
|
|||
}
|
||||
|
||||
.peer_list .addressCol {
|
||||
width: 90px;
|
||||
width: 180px;
|
||||
}
|
||||
|
||||
.peer_list .clientCol {
|
||||
|
|
Loading…
Add table
Reference in a new issue