From f77acb6db668806cc0e47fe7f994bf71ee846a6d Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sun, 11 Oct 2020 16:25:20 +0000 Subject: [PATCH] i2psnark: Don't truncate 'file not found in torrent' status --- installer/resources/themes/snark/light/snark.css | 2 -- installer/resources/themes/snark/ubergine/snark.css | 2 -- installer/resources/themes/snark/vanilla/snark.css | 2 -- 3 files changed, 6 deletions(-) diff --git a/installer/resources/themes/snark/light/snark.css b/installer/resources/themes/snark/light/snark.css index 3d81895e20..a7d38581c3 100644 --- a/installer/resources/themes/snark/light/snark.css +++ b/installer/resources/themes/snark/light/snark.css @@ -808,8 +808,6 @@ tr:hover .percentBarText { text-align: left; white-space: nowrap; width: 140px; - overflow: hidden; - text-overflow: ellipsis; } /* download bars */ diff --git a/installer/resources/themes/snark/ubergine/snark.css b/installer/resources/themes/snark/ubergine/snark.css index c269867e2d..17ad692cbc 100644 --- a/installer/resources/themes/snark/ubergine/snark.css +++ b/installer/resources/themes/snark/ubergine/snark.css @@ -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; } diff --git a/installer/resources/themes/snark/vanilla/snark.css b/installer/resources/themes/snark/vanilla/snark.css index c5faf78821..2bc8ff95cb 100644 --- a/installer/resources/themes/snark/vanilla/snark.css +++ b/installer/resources/themes/snark/vanilla/snark.css @@ -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 { -- GitLab