1
0
Fork 0
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:
Jordan Lee 2011-06-24 17:02:10 +00:00
parent 2362580e0e
commit 4f0abde80b

View file

@ -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 {