i2psnark: Don't truncate 'file not found in torrent' status

This commit is contained in:
zzz
2020-10-11 16:25:20 +00:00
parent 22abf09bd7
commit f77acb6db6
3 changed files with 0 additions and 6 deletions

View File

@ -808,8 +808,6 @@ tr:hover .percentBarText {
text-align: left; text-align: left;
white-space: nowrap; white-space: nowrap;
width: 140px; width: 140px;
overflow: hidden;
text-overflow: ellipsis;
} }
/* download bars */ /* download bars */

View File

@ -769,8 +769,6 @@ _:-ms-lang(x), .snarkTorrents tbody tr:hover, .snarkDirInfo tbody tr:hover {
font-style: italic; font-style: italic;
text-align: left !important; text-align: left !important;
white-space: nowrap; white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 140px; width: 140px;
} }

View File

@ -857,8 +857,6 @@ _:-ms-lang(x), .snarkTorrents tbody tr:hover, .snarkDirInfo tbody tr:hover {
text-align: left; text-align: left;
white-space: nowrap; white-space: nowrap;
width: 140px; width: 140px;
overflow: hidden;
text-overflow: ellipsis;
} }
.snarkTorrentInfo img { .snarkTorrentInfo img {