forked from I2P_Developers/i2p.i2p
i2psnark: Don't truncate 'file not found in torrent' status
This commit is contained in:
@ -808,8 +808,6 @@ tr:hover .percentBarText {
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
width: 140px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
/* download bars */
|
||||
|
@ -769,8 +769,6 @@ _:-ms-lang(x), .snarkTorrents tbody tr:hover, .snarkDirInfo tbody tr:hover {
|
||||
font-style: italic;
|
||||
text-align: left !important;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
|
@ -857,8 +857,6 @@ _:-ms-lang(x), .snarkTorrents tbody tr:hover, .snarkDirInfo tbody tr:hover {
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
width: 140px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.snarkTorrentInfo img {
|
||||
|
Reference in New Issue
Block a user